Commit 3bbe716e authored by Rene Ladan's avatar Rene Ladan
Browse files

databases/py-pymssql: Remove expired port

2026-09-15 databases/py-pymssql: Depends on expired lang/cython0
parent 7341b73d
Loading
Loading
Loading
Loading
+1 −0
Changes for MOVED: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -5612,3 +5612,4 @@ net/py-DTLSSocket||2026-09-15|Has expired: Depends on expired lang/cython0
net/py-pyenet||2026-09-15|Has expired: Depends on expired lang/cython0
science/py-openEMS||2026-09-15|Has expired: Depends on expired lang/cython0
science/py-molmod||2026-09-15|Has expired: Depends on expired lang/cython0
databases/py-pymssql||2026-09-15|Has expired: Depends on expired lang/cython0
+0 −1
Changes for databases/Makefile: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -869,7 +869,6 @@
    SUBDIR += py-pylibmc
    SUBDIR += py-pymemcache
    SUBDIR += py-pymongo
    SUBDIR += py-pymssql
    SUBDIR += py-pymysql
    SUBDIR += py-pyodbc
    SUBDIR += py-pypuppetdb

databases/py-pymssql/Makefile

deleted100644 → 0
+0 −31
Changes for databases/py-pymssql/Makefile: 0 added lines, 31 removed lines.
Original line number Diff line number Diff line
PORTNAME=	pymssql
PORTVERSION=	2.1.5
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@thelanman.net
COMMENT=	Python database interface for MS-SQL. Version 2
WWW=		https://www.pymssql.org/

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Depends on expired lang/cython0
EXPIRATION_DATE=2026-09-15

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-git>0:devel/py-setuptools-git@${PY_FLAVOR}
LIB_DEPENDS=	libsybdb.so:databases/freetds

USES=		python
USE_PYTHON=	autoplist cython0 distutils

post-extract:
	@${RM} ${WRKSRC}/_mssql.c

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_mssql*.so \
		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pymssql*.so

.include <bsd.port.mk>

databases/py-pymssql/distinfo

deleted100644 → 0
+0 −3
Changes for databases/py-pymssql/distinfo: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
TIMESTAMP = 1681699079
SHA256 (pymssql-2.1.5.tar.gz) = d60f5f90337399668e10ab6a23a1657f190c9585401eb96a5456261f7c414864
SIZE (pymssql-2.1.5.tar.gz) = 167928

databases/py-pymssql/pkg-descr

deleted100644 → 0
+0 −6
Changes for databases/py-pymssql/pkg-descr: 0 added lines, 6 removed lines.
Original line number Diff line number Diff line
PyMSSQL is a MS-SQL database adapter for the Python programming
language. It was written from scratch using FreeTDS library.

This is the version 2 release branch.

See also: https://github.com/pymssql/pymssql