diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 21:31:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 21:31:08 +0000 |
commit | 9ccaaa3e1c3225b20c83b230596094c38f4a243b (patch) | |
tree | de844432ca1debf1326504512acad3350ef94009 | |
parent | 9e6136d2894d54d262e8d716f0c483eff3bbd2d0 (diff) |
databases/py-pg8000-112: Remove expired port
2023-06-30 databases/py-pg8000-112: EOLd, use www/py-pg8000 instead
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-pg8000-112/Makefile | 26 | ||||
-rw-r--r-- | databases/py-pg8000-112/distinfo | 3 | ||||
-rw-r--r-- | databases/py-pg8000-112/pkg-descr | 7 |
5 files changed, 1 insertions, 37 deletions
@@ -7745,3 +7745,4 @@ devel/ccache-memcached||2023-06-30|Has expired: Unmaintained fork that targets a devel/ccache-memcached-static||2023-06-30|Has expired: Unmaintained fork that targets a very old version of ccache devel/libdlna||2023-06-30|Has expired: Abandonware, development discontinued textproc/rubygem-ferret||2023-06-30|Has expired: Broken with all supported Ruby versions +databases/py-pg8000-112|databases/py-pg8000|2023-06-30|Has expired: EOLd, use www/py-pg8000 instead diff --git a/databases/Makefile b/databases/Makefile index ea8300f97210..cabc639f70d2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -778,7 +778,6 @@ SUBDIR += py-peewee SUBDIR += py-peewee_migrate SUBDIR += py-pg8000 - SUBDIR += py-pg8000-112 SUBDIR += py-pgcli SUBDIR += py-pgdbconn SUBDIR += py-pglast diff --git a/databases/py-pg8000-112/Makefile b/databases/py-pg8000-112/Makefile deleted file mode 100644 index bb7f9bee871b..000000000000 --- a/databases/py-pg8000-112/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= pg8000 -PORTVERSION= 1.12.5 -CATEGORIES= databases python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -112 - -MAINTAINER= wen@FreeBSD.org -COMMENT= Pure-Python Interface to the PostgreSQL Database -WWW= https://github.com/mfenniak/pg8000 - -LICENSE= BSD3CLAUSE - -DEPRECATED= EOLd, use www/py-pg8000 instead -EXPIRATION_DATE=2023-06-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pg8000 # lib/python3.8/site-packages/pg8000/__init__.py - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/databases/py-pg8000-112/distinfo b/databases/py-pg8000-112/distinfo deleted file mode 100644 index 20692de7a133..000000000000 --- a/databases/py-pg8000-112/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1550111139 -SHA256 (pg8000-1.12.5.tar.gz) = 5d07ac0afc154897eaa2faff27b8f71e1d85719de5b92896cca33324a09d83f9 -SIZE (pg8000-1.12.5.tar.gz) = 55513 diff --git a/databases/py-pg8000-112/pkg-descr b/databases/py-pg8000-112/pkg-descr deleted file mode 100644 index c2c0e91d3eb7..000000000000 --- a/databases/py-pg8000-112/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -pg8000 is a Pure-Python interface to the PostgreSQL database -engine. It is one of many PostgreSQL interfaces for the Python -programming language. pg8000 is somewhat distinctive in that -it is written entirely in Python and does not rely on any -external libraries (such as a compiled python module, or -PostgreSQL's libpq library). pg8000 supports the standard -Python DB-API version 2.0. |