Verified Commit 03909f69 authored by sunpoet's avatar sunpoet
Browse files

devel/py-pybind11210: Remove obsoleted port

Use devel/py-pybind11 instead.
parent 5d064f66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3063,3 +3063,4 @@ net-p2p/tooth||2024-03-24|Has expired: Project has been renamed to Tuba. Conside
www/tidy-devel|www/tidy-html5|2024-03-25|Has expired: no more dev at SF, replaced by www/tidy-html5
www/tidy-lib|www/tidy-html5|2024-03-25|Has expired: no more dev at SF, replaced by www/tidy-html5
lang/ruby30||2024-03-31|Has expired: Please migrate to newer versions. Ruby 3.0 will reach its EoL on March 30, 2024
devel/py-pybind11210|devel/py-pybind11|2024-03-31|Remove obsoleted port. Use devel/py-pybind11 instead
+0 −1
Original line number Diff line number Diff line
@@ -5317,7 +5317,6 @@
    SUBDIR += py-pyasn1
    SUBDIR += py-pyasn1-modules
    SUBDIR += py-pybind11
    SUBDIR += py-pybind11210
    SUBDIR += py-pybix
    SUBDIR += py-pycadf
    SUBDIR += py-pycalendar

devel/py-pybind11210/Makefile

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
PORTNAME=	pybind11
PORTVERSION=	2.10.4
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=	210

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Seamless operability between C++11 and Python
WWW=		https://github.com/pybind/pybind11

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

PORTSCOUT=	limit:^2\.10\.

.include <bsd.port.mk>

devel/py-pybind11210/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1691069894
SHA256 (pybind11-2.10.4.tar.gz) = 0bb621d3c45a049aa5923debb87c5c0e2668227905c55ebe8af722608d8ed927
SIZE (pybind11-2.10.4.tar.gz) = 200838

devel/py-pybind11210/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
pybind11 is a lightweight header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its goals
and syntax are similar to the excellent Boost.Python library by David Abrahams:
to minimize boilerplate code in traditional extension modules by inferring type
information using compile-time introspection.