Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:44:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab8fadf8d4d0 - main - devel/py-jaraco.packaging: Add py-jaraco.packaging 9.5.0
Message-ID:  <202404050044.4350iTtW099555@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab8fadf8d4d01a13a2402aea2a4ceb2679842152

commit ab8fadf8d4d01a13a2402aea2a4ceb2679842152
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:36:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:36:54 +0000

    devel/py-jaraco.packaging: Add py-jaraco.packaging 9.5.0
    
    jaraco.packaging provides tools for packaging.
---
 devel/Makefile                      |  1 +
 devel/py-jaraco.packaging/Makefile  | 33 +++++++++++++++++++++++++++++++++
 devel/py-jaraco.packaging/distinfo  |  3 +++
 devel/py-jaraco.packaging/pkg-descr |  1 +
 4 files changed, 38 insertions(+)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050044.4350iTtW099555>