diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 11:45:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 11:45:05 +0000 |
commit | 189c1e55213d2a73bf31c7d575bd79e04fc2415c (patch) | |
tree | 7d938d3c8bf3c845b5fb3b2916b09fa107eb1428 /devel | |
parent | archivers/rpm4: update to 4.16.1.2 (diff) |
Re-apply part of r559792 (INDEX and bulk -a OK)
With hat: portmgr
Diffstat (limited to 'devel')
37 files changed, 0 insertions, 410 deletions
diff --git a/devel/Makefile b/devel/Makefile index aded5759ca77..c155877b05eb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4160,8 +4160,6 @@ SUBDIR += py-backports SUBDIR += py-backports.csv SUBDIR += py-backports.functools_lru_cache - SUBDIR += py-backports.os - SUBDIR += py-backports.shutil_get_terminal_size SUBDIR += py-backports_abc SUBDIR += py-banal SUBDIR += py-bandit @@ -4221,7 +4219,6 @@ SUBDIR += py-chainmap SUBDIR += py-characteristic SUBDIR += py-check-manifest - SUBDIR += py-cheetah SUBDIR += py-cheetah3 SUBDIR += py-circuits SUBDIR += py-cld @@ -4323,7 +4320,6 @@ SUBDIR += py-diazo SUBDIR += py-dill SUBDIR += py-dirspec - SUBDIR += py-dis3 SUBDIR += py-distlib SUBDIR += py-distributed SUBDIR += py-dj31-django-rq @@ -4406,7 +4402,6 @@ SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-funcsigs - SUBDIR += py-functools32 SUBDIR += py-funcy SUBDIR += py-furl SUBDIR += py-fusepy @@ -4618,7 +4613,6 @@ SUBDIR += py-monotonic SUBDIR += py-monty SUBDIR += py-more-itertools - SUBDIR += py-more-itertools5 SUBDIR += py-moto SUBDIR += py-mox SUBDIR += py-mox3 @@ -4738,7 +4732,6 @@ SUBDIR += py-patch SUBDIR += py-patch-ng SUBDIR += py-path.py - SUBDIR += py-pathlib SUBDIR += py-pathlib2 SUBDIR += py-pathspec SUBDIR += py-pathtools @@ -5030,7 +5023,6 @@ SUBDIR += py-scikit-build SUBDIR += py-scripttest SUBDIR += py-selection - SUBDIR += py-selectors2 SUBDIR += py-semantic-version SUBDIR += py-semver SUBDIR += py-sentry-sdk @@ -5047,7 +5039,6 @@ SUBDIR += py-sh SUBDIR += py-shapely SUBDIR += py-shellingham - SUBDIR += py-should_dsl SUBDIR += py-simpleeval SUBDIR += py-simplegeneric SUBDIR += py-simplejson @@ -5080,7 +5071,6 @@ SUBDIR += py-stringcase SUBDIR += py-structlog SUBDIR += py-stsci.distutils - SUBDIR += py-subprocess32 SUBDIR += py-subversion SUBDIR += py-sure SUBDIR += py-swagger-spec-validator @@ -5123,7 +5113,6 @@ SUBDIR += py-tooz SUBDIR += py-tooz1 SUBDIR += py-toposort - SUBDIR += py-total-ordering SUBDIR += py-tox SUBDIR += py-traceback2 SUBDIR += py-traitlets @@ -5188,7 +5177,6 @@ SUBDIR += py-watchdog SUBDIR += py-watchgod SUBDIR += py-wcwidth - SUBDIR += py-weakrefmethod SUBDIR += py-weblib SUBDIR += py-websockets SUBDIR += py-websockify diff --git a/devel/py-backports.os/Makefile b/devel/py-backports.os/Makefile deleted file mode 100644 index a6b1497f86af..000000000000 --- a/devel/py-backports.os/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $FreeBSD$ - -PORTNAME= backports.os -DISTVERSION= 0.1.1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Backport of new features in Python's os module - -LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Python 2 is EOL upstream -EXPIRATION_DATE= 2020-12-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>=0:devel/py-backports@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -POST_PLIST= trim-backports-namespace - -post-install: - @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/backports/__init__.py* - -trim-backports-namespace: - @${REINPLACE_CMD} '/backports\/__init__.py*/d' ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/devel/py-backports.os/distinfo b/devel/py-backports.os/distinfo deleted file mode 100644 index c32dba518ba0..000000000000 --- a/devel/py-backports.os/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1530191181 -SHA256 (backports.os-0.1.1.tar.gz) = b472c4933094306ca08ec90b2a8cbb50c34f1fb2767775169a1c1650b7b74630 -SIZE (backports.os-0.1.1.tar.gz) = 12495 diff --git a/devel/py-backports.os/pkg-descr b/devel/py-backports.os/pkg-descr deleted file mode 100644 index 9e09d734dceb..000000000000 --- a/devel/py-backports.os/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This package provides backports of new features in Python's os module under the -backports namespace. - -Backported functionality: - -- os.fsencode (new in Python 3.2) -- os.fsdecode (new in Python 3.2) - -WWW: https://github.com/pjdelport/backports.os diff --git a/devel/py-backports.shutil_get_terminal_size/Makefile b/devel/py-backports.shutil_get_terminal_size/Makefile deleted file mode 100644 index 08e403aaf114..000000000000 --- a/devel/py-backports.shutil_get_terminal_size/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $FreeBSD$ - -PORTNAME= backports.shutil_get_terminal_size -PORTVERSION= 1.0.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jpaetzel@FreeBSD.org -COMMENT= Backport of the get_terminal_size function from Python 3.3's shutil - -LICENSE= PSFL - -DEPRECATED= Python 2 is EOL upstream -EXPIRATION_DATE= 2020-12-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${PY_FLAVOR} - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils - -POST_PLIST= trim-backports-namespace - -post-install: - @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/backports/__init__.py* - -trim-backports-namespace: - @${REINPLACE_CMD} '/backports\/__init__.py*/d' ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/devel/py-backports.shutil_get_terminal_size/distinfo b/devel/py-backports.shutil_get_terminal_size/distinfo deleted file mode 100644 index ac3b00647e3f..000000000000 --- a/devel/py-backports.shutil_get_terminal_size/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80 -SIZE (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 4279 diff --git a/devel/py-backports.shutil_get_terminal_size/pkg-descr b/devel/py-backports.shutil_get_terminal_size/pkg-descr deleted file mode 100644 index 2e164cd1af9c..000000000000 --- a/devel/py-backports.shutil_get_terminal_size/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A backport of the get_terminal_size function from Python 3.3's shutil. - -WWW: https://github.com/chrippa/backports.shutil_get_terminal_size diff --git a/devel/py-cheetah/Makefile b/devel/py-cheetah/Makefile deleted file mode 100644 index 8dcc59eef48e..000000000000 --- a/devel/py-cheetah/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Hye-Shik Chang <perky@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cheetah -PORTVERSION= 2.4.4 -PORTREVISION= 1 -CATEGORIES= devel textproc www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Cheetah-${DISTVERSION} - -MAINTAINER= nivit@FreeBSD.org -COMMENT= HTML template engine for Python - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-cheetah/distinfo b/devel/py-cheetah/distinfo deleted file mode 100644 index 4b64ba824270..000000000000 --- a/devel/py-cheetah/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Cheetah-2.4.4.tar.gz) = be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550 -SIZE (Cheetah-2.4.4.tar.gz) = 190989 diff --git a/devel/py-cheetah/pkg-descr b/devel/py-cheetah/pkg-descr deleted file mode 100644 index a0cd4eeb4b3f..000000000000 --- a/devel/py-cheetah/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cheetah is a Python-powered template engine and code generator. It -can be used as a standalone utility or it can be combined with other -tools. Cheetah has many potential uses, but web developers looking -for a viable alternative to ASP, JSP, PHP and PSP are expected to -be its principle user group. - -WWW: https://cheetahtemplate.org/ diff --git a/devel/py-dis3/Makefile b/devel/py-dis3/Makefile deleted file mode 100644 index 22f946796520..000000000000 --- a/devel/py-dis3/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= dis3 -PORTVERSION= 0.1.3 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python 2.7 backport of the "dis" module from Python 3.5+ - -LICENSE= MIT PSFL -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Python 2 only, backport of Python 3 -EXPIRATION_DATE= 2020-12-31 - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-dis3/distinfo b/devel/py-dis3/distinfo deleted file mode 100644 index c65dcee569f7..000000000000 --- a/devel/py-dis3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1547581055 -SHA256 (dis3-0.1.3.tar.gz) = 9259b881fc1df02ed12ac25f82d4a85b44241854330b1a651e40e0c675cb2d1e -SIZE (dis3-0.1.3.tar.gz) = 19134 diff --git a/devel/py-dis3/pkg-descr b/devel/py-dis3/pkg-descr deleted file mode 100644 index b9e2c8c5e5e6..000000000000 --- a/devel/py-dis3/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -dis3 is a Python 2.7 backport of the dis module from Python 3.5. - -WWW: https://pypi.org/project/dis3/ -WWW: https://github.com/KeyWeeUsr/python-dis3 diff --git a/devel/py-functools32/Makefile b/devel/py-functools32/Makefile deleted file mode 100644 index aa2fe0a7fccf..000000000000 --- a/devel/py-functools32/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= functools32 -PORTVERSION= 3.2.3 -PORTREVISION= 1 -CATEGORIES= devel python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= wg@FreeBSD.org -COMMENT= Backport of the functools module from Python 3.2.3 for use on 2.7 - -LICENSE= PSFL - -DEPRECATED= Python 2 only, backport of Python 3 -EXPIRATION_DATE= 2020-12-31 - -USE_GITHUB= yes -GH_ACCOUNT= MiCHiLU -GH_PROJECT= python-functools32 -GH_TAGNAME= ad90fa8 - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-functools32/distinfo b/devel/py-functools32/distinfo deleted file mode 100644 index 33262b39fd26..000000000000 --- a/devel/py-functools32/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (MiCHiLU-python-functools32-3.2.3-ad90fa8_GH0.tar.gz) = 93cb95e0bf53b84b36857d7d65192f1fab8e632500035203f116301352e12b95 -SIZE (MiCHiLU-python-functools32-3.2.3-ad90fa8_GH0.tar.gz) = 31582 diff --git a/devel/py-functools32/pkg-descr b/devel/py-functools32/pkg-descr deleted file mode 100644 index daf3b78550ad..000000000000 --- a/devel/py-functools32/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a backport of the Python 3.2 functools module for use on Python -versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used -cache decorator). - -WWW: https://github.com/MiCHiLU/python-functools32 diff --git a/devel/py-more-itertools5/Makefile b/devel/py-more-itertools5/Makefile deleted file mode 100644 index a55ac165c2a9..000000000000 --- a/devel/py-more-itertools5/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: William Grzybowski <wg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= more-itertools -PORTVERSION= 5.0.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 5 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= More routines for operating on iterables, beyond itertools - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.0.0:devel/py-six@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -# more-itertools 6.0.0+ requires Python 3.4+ -PORTSCOUT= limit:^5\. - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include <bsd.port.mk> diff --git a/devel/py-more-itertools5/distinfo b/devel/py-more-itertools5/distinfo deleted file mode 100644 index 3c1fd74f4a42..000000000000 --- a/devel/py-more-itertools5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1548508633 -SHA256 (more-itertools-5.0.0.tar.gz) = 38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4 -SIZE (more-itertools-5.0.0.tar.gz) = 67359 diff --git a/devel/py-more-itertools5/pkg-descr b/devel/py-more-itertools5/pkg-descr deleted file mode 100644 index 56c5583d5b9d..000000000000 --- a/devel/py-more-itertools5/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Python's itertools library is a gem - you can compose elegant solutions for a -variety of problems with the functions it provides. - -In more-itertools one collect additional building blocks, recipes, and routines -for working with Python iterables. - -WWW: https://github.com/erikrose/more-itertools diff --git a/devel/py-pathlib/Makefile b/devel/py-pathlib/Makefile deleted file mode 100644 index 9e9f1e548e2d..000000000000 --- a/devel/py-pathlib/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pathlib -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= stiginge@pvv.org -COMMENT= Python 3.4 pathlib backported to 3.3, 3.2, 3.1, 2.7, 2.6 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -OPTIONS_DEFINE= DOCS - -DOCS_BUILD_DEPENDS= ${PY_SPHINX} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PORTDOCS= * -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+=build_sphinx - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/build/sphinx/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") - -.include <bsd.port.mk> diff --git a/devel/py-pathlib/distinfo b/devel/py-pathlib/distinfo deleted file mode 100644 index 4f5640eb4155..000000000000 --- a/devel/py-pathlib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pathlib-1.0.1.tar.gz) = 6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f -SIZE (pathlib-1.0.1.tar.gz) = 49298 diff --git a/devel/py-pathlib/pkg-descr b/devel/py-pathlib/pkg-descr deleted file mode 100644 index 3222800906f6..000000000000 --- a/devel/py-pathlib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Backport of pathlib from Python 3.4. Offers a set of classes featuring all the -common operations on paths in an easy, object-oriented way. - -WWW: https://pypi.org/project/pathlib/ diff --git a/devel/py-selectors2/Makefile b/devel/py-selectors2/Makefile deleted file mode 100644 index 65e3c66d6a11..000000000000 --- a/devel/py-selectors2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= selectors2 -DISTVERSION= 2.0.2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= john@saltant.com -COMMENT= Backported, durable, and portable I/O selectors for Python - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Python 2 is EOL upstream -EXPIRATION_DATE= 2020-12-31 - -USES= python:2.7 -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-selectors2/distinfo b/devel/py-selectors2/distinfo deleted file mode 100644 index 01c2d11d03a4..000000000000 --- a/devel/py-selectors2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1595861126 -SHA256 (selectors2-2.0.2.tar.gz) = 1f1bbaac203a23fbc851dc1b5a6e92c50698cc8cefa5873eb5b89eef53d1d82b -SIZE (selectors2-2.0.2.tar.gz) = 18558 diff --git a/devel/py-selectors2/pkg-descr b/devel/py-selectors2/pkg-descr deleted file mode 100644 index caebce17d99a..000000000000 --- a/devel/py-selectors2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Backported, durable, and portable selectors designed to replace the -standard library selectors module. - -WWW: https://www.github.com/SethMichaelLarson/selectors2 diff --git a/devel/py-should_dsl/Makefile b/devel/py-should_dsl/Makefile deleted file mode 100644 index 62ab879e3f61..000000000000 --- a/devel/py-should_dsl/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= should_dsl -PORTVERSION= 2.1.2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= truckman@FreeBSD.org -COMMENT= Should assertions in Python as clear and readable as possible - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-should_dsl/distinfo b/devel/py-should_dsl/distinfo deleted file mode 100644 index 3713d02696f0..000000000000 --- a/devel/py-should_dsl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (should_dsl-2.1.2.tar.gz) = 36f753d90fbdf84ef2b7a9e07813e3efac725376feb7a793549f3fff7a03232a -SIZE (should_dsl-2.1.2.tar.gz) = 13650 diff --git a/devel/py-should_dsl/pkg-descr b/devel/py-should_dsl/pkg-descr deleted file mode 100644 index 47d04a77cf8c..000000000000 --- a/devel/py-should_dsl/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Should assertions in Python as clear and readable as possible - -WWW: https://pypi.org/project/should_dsl/ diff --git a/devel/py-subprocess32/Makefile b/devel/py-subprocess32/Makefile deleted file mode 100644 index 2658ebb5c71b..000000000000 --- a/devel/py-subprocess32/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= subprocess32 -DISTVERSION= 3.5.4 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= dbaio@FreeBSD.org -COMMENT= Backport of the subprocess module from Python 3 - -LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Python 2 only, following EOL of lang/python27 -EXPIRATION_DATE= 2020-12-31 - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_posixsubprocess32.so - -.include <bsd.port.mk> diff --git a/devel/py-subprocess32/distinfo b/devel/py-subprocess32/distinfo deleted file mode 100644 index 042762426e1a..000000000000 --- a/devel/py-subprocess32/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1601241537 -SHA256 (subprocess32-3.5.4.tar.gz) = eb2937c80497978d181efa1b839ec2d9622cf9600a039a79d0e108d1f9aec79d -SIZE (subprocess32-3.5.4.tar.gz) = 97373 diff --git a/devel/py-subprocess32/pkg-descr b/devel/py-subprocess32/pkg-descr deleted file mode 100644 index d6a89d6fb8c2..000000000000 --- a/devel/py-subprocess32/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is a backport of the Python 3 subprocess module for use on Python 2. This -code has not been tested on Windows or other non-POSIX platforms. - -subprocess32 includes many important reliability bug fixes relevant on POSIX -platforms. The most important of which is a C extension module used internally -to handle the code path between fork() and exec(). This module is reliable when -an application is using threads. - -WWW: https://github.com/google/python-subprocess32 diff --git a/devel/py-total-ordering/Makefile b/devel/py-total-ordering/Makefile deleted file mode 100644 index 510945750148..000000000000 --- a/devel/py-total-ordering/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -PORTNAME= total-ordering -PORTVERSION= 0.1.0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= truckman@FreeBSD.org -COMMENT= Backport functools.total_ordering to Python 2.x - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-total-ordering/distinfo b/devel/py-total-ordering/distinfo deleted file mode 100644 index c5140e98da4e..000000000000 --- a/devel/py-total-ordering/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (total-ordering-0.1.0.tar.gz) = a14a2a138a52befaa02b3fd53eb3366f66da69020be299af3cf0b54c9441aacc -SIZE (total-ordering-0.1.0.tar.gz) = 1839 diff --git a/devel/py-total-ordering/pkg-descr b/devel/py-total-ordering/pkg-descr deleted file mode 100644 index b382e7a54b6a..000000000000 --- a/devel/py-total-ordering/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -functools.total_ordering backport for Python 2.x - -WWW: https://github.com/kvesteri/total-ordering diff --git a/devel/py-weakrefmethod/Makefile b/devel/py-weakrefmethod/Makefile deleted file mode 100644 index ea50f02bdbac..000000000000 --- a/devel/py-weakrefmethod/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: antoine@FreeBSD.org -# $FreeBSD$ - -PORTNAME= weakrefmethod -PORTVERSION= 1.0.3 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= antoine@FreeBSD.org -COMMENT= WeakMethod class for storing bound methods using weak references - -LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Python 2 only, backport of Python 3 -EXPIRATION_DATE= 2020-12-31 - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-weakrefmethod/distinfo b/devel/py-weakrefmethod/distinfo deleted file mode 100644 index 9fe5230460fc..000000000000 --- a/devel/py-weakrefmethod/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1477213167 -SHA256 (weakrefmethod-1.0.3.tar.gz) = 37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66 -SIZE (weakrefmethod-1.0.3.tar.gz) = 7472 diff --git a/devel/py-weakrefmethod/pkg-descr b/devel/py-weakrefmethod/pkg-descr deleted file mode 100644 index 3f8b9df6ea0e..000000000000 --- a/devel/py-weakrefmethod/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A WeakMethod class for storing bound methods using weak references. - -WWW: https://github.com/twang817/weakrefmethod |