diff options
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/Makefile | 5 | ||||
| -rw-r--r-- | devel/py-AddOns/Makefile | 24 | ||||
| -rw-r--r-- | devel/py-AddOns/distinfo | 2 | ||||
| -rw-r--r-- | devel/py-AddOns/pkg-descr | 11 | ||||
| -rw-r--r-- | devel/py-BytecodeAssembler/Makefile | 23 | ||||
| -rw-r--r-- | devel/py-BytecodeAssembler/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-BytecodeAssembler/pkg-descr | 7 | ||||
| -rw-r--r-- | devel/py-repoze.who-testutil/Makefile | 28 | ||||
| -rw-r--r-- | devel/py-repoze.who-testutil/distinfo | 2 | ||||
| -rw-r--r-- | devel/py-repoze.who-testutil/pkg-descr | 13 | ||||
| -rw-r--r-- | devel/py-riak_pb/Makefile | 23 | ||||
| -rw-r--r-- | devel/py-riak_pb/distinfo | 2 | ||||
| -rw-r--r-- | devel/py-riak_pb/pkg-descr | 4 | ||||
| -rw-r--r-- | devel/pythk/Makefile | 22 | ||||
| -rw-r--r-- | devel/pythk/distinfo | 2 | ||||
| -rw-r--r-- | devel/pythk/pkg-descr | 3 |
16 files changed, 0 insertions, 174 deletions
diff --git a/devel/Makefile b/devel/Makefile index c75c44cc9ff2..3a60615f82c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3996,10 +3996,8 @@ SUBDIR += ptypes SUBDIR += publib SUBDIR += pushmi - SUBDIR += py-AddOns SUBDIR += py-Automat SUBDIR += py-BTrees - SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime SUBDIR += py-Dumper SUBDIR += py-ExtensionClass @@ -4993,7 +4991,6 @@ SUBDIR += py-repoze.sphinx.autointerface SUBDIR += py-repoze.tm2 SUBDIR += py-repoze.who - SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter SUBDIR += py-represent SUBDIR += py-requestsexceptions @@ -5002,7 +4999,6 @@ SUBDIR += py-responses SUBDIR += py-retrying SUBDIR += py-retype - SUBDIR += py-riak_pb SUBDIR += py-robotframework SUBDIR += py-robotframework-databaselibrary SUBDIR += py-robotframework-pabot @@ -5310,7 +5306,6 @@ SUBDIR += pyside2-tools SUBDIR += pystring SUBDIR += pysvn - SUBDIR += pythk SUBDIR += pythontidy SUBDIR += qbs SUBDIR += qca diff --git a/devel/py-AddOns/Makefile b/devel/py-AddOns/Makefile deleted file mode 100644 index 85c648b70437..000000000000 --- a/devel/py-AddOns/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Wen Heping <wenheping@gmail.com> -# $FreeBSD$ - -PORTNAME= AddOns -PORTVERSION= 0.7 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://www.turbogears.org/2.0/downloads/2.0.1/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= wenheping@gmail.com -COMMENT= Dynamically extend other objects with AddOns - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:devel/py-decoratortools@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python:2.7 zip -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-AddOns/distinfo b/devel/py-AddOns/distinfo deleted file mode 100644 index 9b3483553bf1..000000000000 --- a/devel/py-AddOns/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (AddOns-0.7.zip) = 4d5f248c31db312081a3d562d1de433971e6cd2e94aeb00c4ebc08e22ea8f15c -SIZE (AddOns-0.7.zip) = 34220 diff --git a/devel/py-AddOns/pkg-descr b/devel/py-AddOns/pkg-descr deleted file mode 100644 index 2680c3d59397..000000000000 --- a/devel/py-AddOns/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -py-AddOn classes are like dynamic mixins, but with their own private attribute -and method namespaces. A concern implemented using add-ons can be added at -runtime to any object that either has a writable __dict__ attribute, or is -weak-referenceable. - -AddOn classes are also like adapters, but rather than creating a new instance -each time you ask for one, an existing instance is returned if possible. In -this way, add-ons can keep track of ongoing state. For example, a Persistence -add-on might keep track of whether its subject has been saved to disk. - -WWW: https://pypi.org/project/AddOns/ diff --git a/devel/py-BytecodeAssembler/Makefile b/devel/py-BytecodeAssembler/Makefile deleted file mode 100644 index 49a8ec547d8e..000000000000 --- a/devel/py-BytecodeAssembler/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Wen Heping <wenheping@gmail.com> -# $FreeBSD$ - -PORTNAME= BytecodeAssembler -PORTVERSION= 0.6.1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generate Python code objects by "assembling" bytecode - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:devel/py-decoratortools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}SymbolType>0:devel/py-SymbolType@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python:2.7 zip -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-BytecodeAssembler/distinfo b/devel/py-BytecodeAssembler/distinfo deleted file mode 100644 index 4485d45c1d83..000000000000 --- a/devel/py-BytecodeAssembler/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1488077749 -SHA256 (BytecodeAssembler-0.6.1.zip) = c949167dc6ec620003ded3124db24efc299ca5a31c8d3a5c22f0578745e82771 -SIZE (BytecodeAssembler-0.6.1.zip) = 53547 diff --git a/devel/py-BytecodeAssembler/pkg-descr b/devel/py-BytecodeAssembler/pkg-descr deleted file mode 100644 index 302196f8076a..000000000000 --- a/devel/py-BytecodeAssembler/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -py-BytecodeAssembler is a simple bytecode assembler module that handles -most low-level bytecode generation details like jump offsets, stack size -tracking, line number table generation, constant and variable name index -tracking, etc. That way, you can focus your attention on the desired -semantics of your bytecode instead of on these mechanical issues. - -WWW: https://pypi.org/project/BytecodeAssembler/ diff --git a/devel/py-repoze.who-testutil/Makefile b/devel/py-repoze.who-testutil/Makefile deleted file mode 100644 index 801b995210aa..000000000000 --- a/devel/py-repoze.who-testutil/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Wen Heping <wenheping@gmail.com> -# $FreeBSD$ - -PORTNAME= repoze.who-testutil -PORTVERSION= 1.0.1 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Test utilities for repoze.who-powered applications - -LICENSE= BSD4CLAUSE - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}repoze.who>=1.0.15:devel/py-repoze.who@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pastedeploy>=1.3.3:www/py-pastedeploy@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python:2.7 -USE_PYTHON= distutils autoplist -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-repoze.who-testutil/distinfo b/devel/py-repoze.who-testutil/distinfo deleted file mode 100644 index 44e93ca84ec5..000000000000 --- a/devel/py-repoze.who-testutil/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (repoze.who-testutil-1.0.1.tar.gz) = 83c7f61c3454b0628ec51917967d803662c4e35878bc7ba9259782f8e7c61fbf -SIZE (repoze.who-testutil-1.0.1.tar.gz) = 22899 diff --git a/devel/py-repoze.who-testutil/pkg-descr b/devel/py-repoze.who-testutil/pkg-descr deleted file mode 100644 index 48fc7cebc381..000000000000 --- a/devel/py-repoze.who-testutil/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -repoze.who-testutil is a repoze.who plugin which modifies -repoze.who's original middleware to make it easier to forge -authentication, without bypassing identification (this is, -running the metadata providers). - -It's been created to ease testing of repoze.who-powered -applications, in a way independent of the identifiers, -authenticators and challengers used originally by your -application, so that you won't have to update your test -suite as your application grows and the authentication -method changes. - -WWW: https://code.gustavonarea.net/repoze.who-testutil/ diff --git a/devel/py-riak_pb/Makefile b/devel/py-riak_pb/Makefile deleted file mode 100644 index e9e37fd86976..000000000000 --- a/devel/py-riak_pb/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Kubilay Kocak <koobs@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= riak_pb -PORTVERSION= 2.0.0.16 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= koobs@FreeBSD.org -COMMENT= Riak Protocol Buffers Messages - -LICENSE= APACHE20 - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=2.4.1:devel/py-protobuf@${PY_FLAVOR} - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-riak_pb/distinfo b/devel/py-riak_pb/distinfo deleted file mode 100644 index 261fd7cd76af..000000000000 --- a/devel/py-riak_pb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (riak_pb-2.0.0.16.tar.gz) = ab8d34e406602aed112657be496691078c91a0010f3c3fa8274769c4f5f7c943 -SIZE (riak_pb-2.0.0.16.tar.gz) = 17168 diff --git a/devel/py-riak_pb/pkg-descr b/devel/py-riak_pb/pkg-descr deleted file mode 100644 index 81fb450bce23..000000000000 --- a/devel/py-riak_pb/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Message definitions for the Protocol Buffers-based interface to Riak and -various Erlang-specific utility modules for the message types. - -WWW: https://github.com/basho/riak_pb diff --git a/devel/pythk/Makefile b/devel/pythk/Makefile deleted file mode 100644 index 07cab1d342d0..000000000000 --- a/devel/pythk/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Thinker K.F. Li <thinker@branda.to> -# $FreeBSD$ - -PORTNAME= pythk -PORTVERSION= 0.2.0 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Collection of Python functions - -LICENSE= BSD2CLAUSE - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/pythk/distinfo b/devel/pythk/distinfo deleted file mode 100644 index 9129eae15408..000000000000 --- a/devel/pythk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pythk-0.2.0.tar.gz) = 7063606f3a342eb1430c2b5e8dafd0514fca9257e80392d034a6dc2444b7cc97 -SIZE (pythk-0.2.0.tar.gz) = 4400 diff --git a/devel/pythk/pkg-descr b/devel/pythk/pkg-descr deleted file mode 100644 index b3135fa8f93d..000000000000 --- a/devel/pythk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -pythk is a collection of functions for Python. It is used by sqlcc. - -WWW: https://pypi.org/project/pythk/ |
