pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-sqlalchemy-migrate
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.
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
Home |
Main Index |
Thread Index |
Old Index