Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F230A84E96 for ; Tue, 14 Nov 2023 00:28:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id A6i6K0QrV4ua for ; Tue, 14 Nov 2023 00:28:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3FD3084E90 for ; Tue, 14 Nov 2023 00:28:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2F013FA3D; Tue, 14 Nov 2023 00:28:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169992169597710" MIME-Version: 1.0 Date: Tue, 14 Nov 2023 00:28:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/py-sqlalchemy-migrate To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231114002815.2F013FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169992169597710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 14 00:28:15 UTC 2023 Modified Files: pkgsrc/databases/py-sqlalchemy-migrate: Makefile PLIST Log Message: py-sqlalchemy-migrate: convert to wheel.mk Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-sqlalchemy-migrate/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-sqlalchemy-migrate/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169992169597710 Content-Disposition: inline Content-Length: 3179 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-sqlalchemy-migrate/Makefile diff -u pkgsrc/databases/py-sqlalchemy-migrate/Makefile:1.22 pkgsrc/databases/py-sqlalchemy-migrate/Makefile:1.23 --- pkgsrc/databases/py-sqlalchemy-migrate/Makefile:1.22 Tue Nov 7 22:37:57 2023 +++ pkgsrc/databases/py-sqlalchemy-migrate/Makefile Tue Nov 14 00:28:15 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2023/11/07 22:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/11/14 00:28:15 wiz Exp $ DISTNAME= sqlalchemy-migrate-0.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlalchemy-migrate/} @@ -11,6 +11,8 @@ HOMEPAGE= https://github.com/stackforge/ COMMENT= Schema migration tool for SQLAlchemy LICENSE= mit +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-Tempita>=0.4:../../textproc/py-Tempita DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7.8:../../databases/py-sqlalchemy @@ -22,8 +24,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38 USE_LANGUAGES= # none -USE_PKG_RESOURCES= yes - REPLACE_PYTHON+= migrate/tests/changeset/databases/test_ibmdb2.py REPLACE_PYTHON+= migrate/tests/changeset/test_changeset.py REPLACE_PYTHON+= migrate/tests/changeset/test_constraint.py @@ -58,5 +58,5 @@ post-install: ${MV} migrate-repository migrate-repository-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/application.mk" -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/databases/py-sqlalchemy-migrate/PLIST diff -u pkgsrc/databases/py-sqlalchemy-migrate/PLIST:1.5 pkgsrc/databases/py-sqlalchemy-migrate/PLIST:1.6 --- pkgsrc/databases/py-sqlalchemy-migrate/PLIST:1.5 Wed Feb 20 15:58:24 2019 +++ pkgsrc/databases/py-sqlalchemy-migrate/PLIST Tue Nov 14 00:28:15 2023 @@ -1,14 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2019/02/20 15:58:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2023/11/14 00:28:15 wiz Exp $ bin/migrate-${PYVERSSUFFIX} bin/migrate-repository-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/pbr.json -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/migrate/__init__.py ${PYSITELIB}/migrate/__init__.pyc ${PYSITELIB}/migrate/__init__.pyo @@ -238,3 +230,11 @@ ${PYSITELIB}/migrate/versioning/util/key ${PYSITELIB}/migrate/versioning/version.py ${PYSITELIB}/migrate/versioning/version.pyc ${PYSITELIB}/migrate/versioning/version.pyo +${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS +${PYSITELIB}/${WHEEL_INFODIR}/COPYING +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/pbr.json +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt --_----------=_169992169597710--