git: 9ccaaa3e1c32 - main - databases/py-pg8000-112: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 21:31:17 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ccaaa3e1c3225b20c83b230596094c38f4a243b commit 9ccaaa3e1c3225b20c83b230596094c38f4a243b Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-06-30 21:31:08 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-06-30 21:31:08 +0000 databases/py-pg8000-112: Remove expired port 2023-06-30 databases/py-pg8000-112: EOLd, use www/py-pg8000 instead --- MOVED | 1 + databases/Makefile | 1 - databases/py-pg8000-112/Makefile | 26 -------------------------- databases/py-pg8000-112/distinfo | 3 --- databases/py-pg8000-112/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 37 deletions(-) diff --git a/MOVED b/MOVED index a3490c524bee..a6f74f7c4838 100644 --- a/MOVED +++ b/MOVED @@ -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.