Date: Thu, 11 May 2023 23:26:28 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5a56b61352c6 - main - databases/py-peewee_migrate: Update to 1.7.1 Message-ID: <202305112326.34BNQSHo048470@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a56b61352c6865f42b32d31640c1edc1a4f7306 commit 5a56b61352c6865f42b32d31640c1edc1a4f7306 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2023-05-10 09:07:47 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-11 23:23:25 +0000 databases/py-peewee_migrate: Update to 1.7.1 Migrate to pep517. Changelog: https://github.com/klen/peewee_migrate/compare/1.6.6...1.7.1 PR: 271341 --- databases/py-peewee_migrate/Makefile | 8 ++++---- databases/py-peewee_migrate/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/py-peewee_migrate/Makefile b/databases/py-peewee_migrate/Makefile index ead03c0e5d0e..59691783991a 100644 --- a/databases/py-peewee_migrate/Makefile +++ b/databases/py-peewee_migrate/Makefile @@ -1,5 +1,5 @@ PORTNAME= peewee_migrate -DISTVERSION= 1.6.6 +DISTVERSION= 1.7.1 CATEGORIES= databases devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,12 +9,12 @@ COMMENT= Simple migration engine for Peewee WWW= https://github.com/klen/peewee_migrate LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}peewee>=0:databases/py-peewee@${PY_FLAVOR} -BUILD_DEPENDS= ${MY_DEPENDS} +BUILD_DEPENDS= ${MY_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}poetry>=0:devel/py-poetry@${PY_FLAVOR} RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAV USES= python:3.7+ USE_GITHUB= yes # tests not shipped with sdist GH_ACCOUNT= klen -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src diff --git a/databases/py-peewee_migrate/distinfo b/databases/py-peewee_migrate/distinfo index 67fe8a907884..7961bfa09204 100644 --- a/databases/py-peewee_migrate/distinfo +++ b/databases/py-peewee_migrate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676713611 -SHA256 (klen-peewee_migrate-1.6.6_GH0.tar.gz) = 8cd68eb4a2669f97530567dab9626b35aa175b97d79b794f3a77513618f23075 -SIZE (klen-peewee_migrate-1.6.6_GH0.tar.gz) = 25896 +TIMESTAMP = 1683709355 +SHA256 (klen-peewee_migrate-1.7.1_GH0.tar.gz) = c934fa51dd41e8fcbd77756b65364f4a0e557f8f90781656e3e3cfd3c4df1e59 +SIZE (klen-peewee_migrate-1.7.1_GH0.tar.gz) = 39033
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305112326.34BNQSHo048470>