aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:36:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-05 00:36:54 +0000
commitab8fadf8d4d01a13a2402aea2a4ceb2679842152 (patch)
tree5e6519d8c408defeb80a5b77ea4fd62804713d3d
parent5e404bd75d460e3ec3bfade6b328ea501403f833 (diff)
devel/py-jaraco.packaging: Add py-jaraco.packaging 9.5.0
jaraco.packaging provides tools for packaging.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jaraco.packaging/Makefile33
-rw-r--r--devel/py-jaraco.packaging/distinfo3
-rw-r--r--devel/py-jaraco.packaging/pkg-descr1
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1999d0ad2b63..b11e93c47356 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4893,6 +4893,7 @@
SUBDIR += py-jaraco.functools
SUBDIR += py-jaraco.itertools
SUBDIR += py-jaraco.logging
+ SUBDIR += py-jaraco.packaging
SUBDIR += py-jaraco.stream
SUBDIR += py-jaraco.text
SUBDIR += py-jaraco.timing
diff --git a/devel/py-jaraco.packaging/Makefile b/devel/py-jaraco.packaging/Makefile
new file mode 100644
index 000000000000..14d29292d98c
--- /dev/null
+++ b/devel/py-jaraco.packaging/Makefile
@@ -0,0 +1,33 @@
+PORTNAME= jaraco.packaging
+PORTVERSION= 9.5.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Tools to supplement packaging Python releases
+WWW= https://github.com/jaraco/jaraco.packaging
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0:devel/py-build@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}domdf-python-tools>=0:devel/py-domdf-python-tools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR}
+# build[virtualenv]
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}virtualenv>=20.0.35:devel/py-virtualenv@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+OPTIONS_DEFINE= SPHINX
+SPHINX_DESC= Sphinx extension (jaraco.packaging.sphinx)
+
+SPHINX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
+
+.include <bsd.port.mk>
diff --git a/devel/py-jaraco.packaging/distinfo b/devel/py-jaraco.packaging/distinfo
new file mode 100644
index 000000000000..f14c87299dba
--- /dev/null
+++ b/devel/py-jaraco.packaging/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1712084446
+SHA256 (jaraco.packaging-9.5.0.tar.gz) = 4d73cd8c5080ea42d19748025426fbe4998fe24123f96fade8278f0453de1880
+SIZE (jaraco.packaging-9.5.0.tar.gz) = 11918
diff --git a/devel/py-jaraco.packaging/pkg-descr b/devel/py-jaraco.packaging/pkg-descr
new file mode 100644
index 000000000000..0b31a536016f
--- /dev/null
+++ b/devel/py-jaraco.packaging/pkg-descr
@@ -0,0 +1 @@
+jaraco.packaging provides tools for packaging.