py-sqlsoup: remove

Dead upstream, last release from 2016, nothing in pkgsrc uses it.
This commit is contained in:
wiz 2024-03-06 20:48:44 +00:00
parent 41a7d4fe46
commit d3c6231caf
6 changed files with 3 additions and 44 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.705 2024/02/29 20:55:22 adam Exp $
# $NetBSD: Makefile,v 1.706 2024/03/06 20:48:44 wiz Exp $
COMMENT= Databases
@ -402,7 +402,6 @@ SUBDIR+= py-sqlalchemy-utils
SUBDIR+= py-sqlite2
SUBDIR+= py-sqlparse
SUBDIR+= py-sqlrelay
SUBDIR+= py-sqlsoup
SUBDIR+= py-sybase
SUBDIR+= py-table
SUBDIR+= py-tinydb

View File

@ -1,4 +0,0 @@
SQLSoup provides a convenient way to map Python objects to relational database
tables, with no declarative code of any kind. It's built on top of the
SQLAlchemy ORM and provides a super-minimalistic interface to an existing
database.

View File

@ -1,22 +0,0 @@
# $NetBSD: Makefile,v 1.7 2022/08/24 09:50:58 wiz Exp $
DISTNAME= sqlsoup-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlsoup/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://bitbucket.org/zzzeek/sqlsoup
COMMENT= One step database access tool, built on the SQLAlchemy ORM
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7.0:../../databases/py-sqlalchemy
TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0.11:../../devel/py-nose
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,10 +0,0 @@
@comment $NetBSD: PLIST,v 1.1 2014/02/03 10:21:13 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/sqlsoup.py
${PYSITELIB}/sqlsoup.pyc
${PYSITELIB}/sqlsoup.pyo

View File

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:09:53 nia Exp $
BLAKE2s (sqlsoup-0.9.1.tar.gz) = 23867bc44827838421878204e198c1e4ccb99a310973a29c90a2ffa9c4fe318a
SHA512 (sqlsoup-0.9.1.tar.gz) = a6fee93bf7be24545c785ab995e345374ae947714c5233ede6aaf7a263e75f88987c8a875903891f35088eebdba789467ada3bcfc030cc77a65afc63aae069d7
Size (sqlsoup-0.9.1.tar.gz) = 20622 bytes

View File

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2024,v 1.1740 2024/03/06 20:47:05 wiz Exp $
$NetBSD: CHANGES-2024,v 1.1741 2024/03/06 20:48:44 wiz Exp $
Changes to the packages collection and infrastructure in 2024:
@ -2993,3 +2993,4 @@ Changes to the packages collection and infrastructure in 2024:
Updated databases/py-alembic to 1.13.1 [wiz 2024-03-06]
Updated databases/py-sqlalchemy-i18n to 1.1.0 [wiz 2024-03-06]
Updated databases/py-sqlalchemy-utils to 0.41.1nb1 [wiz 2024-03-06]
Removed databases/py-sqlsoup [wiz 2024-03-06]