Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases databases: Remove py-sqlite, ancient sqlite ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f4449137641
branches: trunk
changeset: 435153:0f4449137641
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jul 01 11:21:36 2020 +0000
description:
databases: Remove py-sqlite, ancient sqlite for ancient python
diffstat:
databases/Makefile | 3 +--
databases/py-sqlite/DESCR | 4 ----
databases/py-sqlite/Makefile | 20 --------------------
databases/py-sqlite/PLIST | 9 ---------
databases/py-sqlite/distinfo | 6 ------
5 files changed, 1 insertions(+), 41 deletions(-)
diffs (72 lines):
diff -r fab07bcbe72e -r 0f4449137641 databases/Makefile
--- a/databases/Makefile Wed Jul 01 11:14:27 2020 +0000
+++ b/databases/Makefile Wed Jul 01 11:21:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.606 2020/06/30 15:05:28 nia Exp $
+# $NetBSD: Makefile,v 1.607 2020/07/01 11:21:36 nia Exp $
COMMENT= Databases
@@ -375,7 +375,6 @@
SUBDIR+= py-sqlalchemy-i18n
SUBDIR+= py-sqlalchemy-migrate
SUBDIR+= py-sqlalchemy-utils
-SUBDIR+= py-sqlite
SUBDIR+= py-sqlite2
SUBDIR+= py-sqlite3
SUBDIR+= py-sqlparse
diff -r fab07bcbe72e -r 0f4449137641 databases/py-sqlite/DESCR
--- a/databases/py-sqlite/DESCR Wed Jul 01 11:14:27 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-PySQLite is a Python interface to the SQLite library,
-allowing Python programs to access SQLite databases.
-
-This wraps the obsolete sqlite2.
diff -r fab07bcbe72e -r 0f4449137641 databases/py-sqlite/Makefile
--- a/databases/py-sqlite/Makefile Wed Jul 01 11:14:27 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2020/01/26 17:30:53 rillig Exp $
-
-DISTNAME= pysqlite-1.0.1
-PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
-PKGREVISION= 3
-CATEGORIES= databases python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.pysqlite.org/
-COMMENT= SQLite database adapter for Python
-
-WRKSRC= ${WRKDIR}/pysqlite
-
-PYTHON_VERSIONS_ACCEPTED= 27 # py-mxDateTime
-
-.include "../../databases/sqlite/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
-.include "../../time/py-mxDateTime/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fab07bcbe72e -r 0f4449137641 databases/py-sqlite/PLIST
--- a/databases/py-sqlite/PLIST Wed Jul 01 11:14:27 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2014/01/20 20:46:44 wiz Exp $
-${PYSITELIB}/_sqlite.so
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/sqlite/__init__.py
-${PYSITELIB}/sqlite/__init__.pyc
-${PYSITELIB}/sqlite/__init__.pyo
-${PYSITELIB}/sqlite/main.py
-${PYSITELIB}/sqlite/main.pyc
-${PYSITELIB}/sqlite/main.pyo
diff -r fab07bcbe72e -r 0f4449137641 databases/py-sqlite/distinfo
--- a/databases/py-sqlite/distinfo Wed Jul 01 11:14:27 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 01:56:28 agc Exp $
-
-SHA1 (pysqlite-1.0.1.tar.gz) = 720458a0ebb5b4fa145a3048444611a450204122
-RMD160 (pysqlite-1.0.1.tar.gz) = b608b81de56d1b549e03cd8d97e8c929fbe598c0
-SHA512 (pysqlite-1.0.1.tar.gz) = 4e156ea0ed888bb3d215edc678cc57b9943363703da995c142837488510ed333a121987f865b4f8553852ec2a221c08b5bd56ef6fee7d70683de9485d185ca94
-Size (pysqlite-1.0.1.tar.gz) = 41099 bytes
Home |
Main Index |
Thread Index |
Old Index