Commit 9ccaaa3e authored by Rene Ladan's avatar Rene Ladan
Browse files

databases/py-pg8000-112: Remove expired port

2023-06-30 databases/py-pg8000-112: EOLd, use www/py-pg8000 instead
parent 9e6136d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

databases/py-pg8000-112/Makefile

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
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>

databases/py-pg8000-112/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1550111139
SHA256 (pg8000-1.12.5.tar.gz) = 5d07ac0afc154897eaa2faff27b8f71e1d85719de5b92896cca33324a09d83f9
SIZE (pg8000-1.12.5.tar.gz) = 55513

databases/py-pg8000-112/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
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.