diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-06 15:59:27 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-06 16:01:16 +0000 |
commit | 2bdab657eb20efb3c0558f11efc1870f92b97c63 (patch) | |
tree | 9d1b508747d90190769aef8d45a6b991c861af6d | |
parent | 47626f58b2bda4fab4c27eab24044b4c3b616b5a (diff) |
devel/py-py-stackexchange: Move devel/py-stackexchange to devel/py-py-stackexchange
- Convert to USE_PYTHON=pep517
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/py-py-stackexchange/Makefile (renamed from devel/py-stackexchange/Makefile) | 7 | ||||
-rw-r--r-- | devel/py-py-stackexchange/distinfo (renamed from devel/py-stackexchange/distinfo) | 0 | ||||
-rw-r--r-- | devel/py-py-stackexchange/pkg-descr (renamed from devel/py-stackexchange/pkg-descr) | 0 |
5 files changed, 6 insertions, 4 deletions
@@ -3378,3 +3378,4 @@ graphics/intel-backlight||2024-07-01|Has expired: Use backlight(8) www/yarn-node21||2024-07-02|Removed, part of www/node21 www/npm-node21||2024-07-02|Removed, part of www/node21 security/bcrypt||2024-07-02|Has expired: Hasn't seen updates in 15 years, insecure Blowfish ECB mode, unauthenticated encryption +devel/py-stackexchange|devel/py-py-stackexchange|2024-07-06|Move devel/py-stackexchange to devel/py-py-stackexchange diff --git a/devel/Makefile b/devel/Makefile index 6953c730b614..fe5ebab299e9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5378,6 +5378,7 @@ SUBDIR += py-py SUBDIR += py-py-partiql-parser SUBDIR += py-py-serializable + SUBDIR += py-py-stackexchange SUBDIR += py-py-ubjson SUBDIR += py-py3nvml SUBDIR += py-pyTooling @@ -5777,7 +5778,6 @@ SUBDIR += py-sre-yield SUBDIR += py-srsly SUBDIR += py-stack-data - SUBDIR += py-stackexchange SUBDIR += py-statgrab SUBDIR += py-statsd SUBDIR += py-stdlib-list diff --git a/devel/py-stackexchange/Makefile b/devel/py-py-stackexchange/Makefile index f46a5b7e120d..46468bc88a47 100644 --- a/devel/py-stackexchange/Makefile +++ b/devel/py-py-stackexchange/Makefile @@ -1,9 +1,8 @@ -PORTNAME= stackexchange +PORTNAME= py-stackexchange PORTVERSION= 2.2.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python binding to the StackExchange website APIs @@ -12,10 +11,12 @@ WWW= https://github.com/lucjon/Py-StackExchange LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-stackexchange/distinfo b/devel/py-py-stackexchange/distinfo index 8fafda0fcdb0..8fafda0fcdb0 100644 --- a/devel/py-stackexchange/distinfo +++ b/devel/py-py-stackexchange/distinfo diff --git a/devel/py-stackexchange/pkg-descr b/devel/py-py-stackexchange/pkg-descr index b0f84f34163e..b0f84f34163e 100644 --- a/devel/py-stackexchange/pkg-descr +++ b/devel/py-py-stackexchange/pkg-descr |