git: fcda38e0082f - main - databases/py-alembic16: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:39:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcda38e0082f09e548c922ab4ede9bd047cc8261 commit fcda38e0082f09e548c922ab4ede9bd047cc8261 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:20:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:45 +0000 databases/py-alembic16: Remove obsoleted port Use databases/py-alembic instead. --- MOVED | 1 + databases/Makefile | 1 - databases/py-alembic16/Makefile | 36 ------------------------------------ databases/py-alembic16/distinfo | 3 --- databases/py-alembic16/pkg-descr | 10 ---------- 5 files changed, 1 insertion(+), 50 deletions(-) diff --git a/MOVED b/MOVED index b92a579cede4..ae8a8df5501f 100644 --- a/MOVED +++ b/MOVED @@ -17580,3 +17580,4 @@ graphics/megapov|graphics/povray37|2022-10-01|Has expired: Abandoned upstream. g x11-toolkits/gstreamer1-plugins-gtk4||2022-10-01|No consumers left and deprecated in favor gtk4 plugin from multimedia/gstreamer1-plugins-rust >= 0.8.0 deskutils/lookbook|deskutils/iconbrowser|2022-10-05|Project was renamed, now it is an official elementary OS application devel/p5-Type-Tie|devel/p5-Type-Tiny|2022-10-09|Remove obsoleted port. Use devel/p5-Type-Tiny instead +databases/py-alembic16|databases/py-alembic|2022-10-09|Remove obsoleted port. Use databases/py-alembic instead diff --git a/databases/Makefile b/databases/Makefile index dc2660b3d7dc..31b0c43c52b4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -751,7 +751,6 @@ SUBDIR += py-aiosqlite SUBDIR += py-alembic SUBDIR += py-alembic14 - SUBDIR += py-alembic16 SUBDIR += py-apache-arrow SUBDIR += py-apsw SUBDIR += py-asyncmy diff --git a/databases/py-alembic16/Makefile b/databases/py-alembic16/Makefile deleted file mode 100644 index cbb58132869e..000000000000 --- a/databases/py-alembic16/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= alembic -PORTVERSION= 1.6.5 -CATEGORIES= databases python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 16 - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Database migration tool for SQLAlchemy (1.6.x) -WWW= https://alembic.zzzcomputing.com/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.3.0:databases/py-sqlalchemy13@${PY_FLAVOR} - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -CONFLICTS_INSTALL= py*-alembic* # lib/python3.8/site-packages/alembic/__init__.py' - -NO_ARCH= yes - -PORTSCOUT= limit:^1\.6 - -do-test: - @cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/databases/py-alembic16/distinfo b/databases/py-alembic16/distinfo deleted file mode 100644 index 2fa3abdf5b0e..000000000000 --- a/databases/py-alembic16/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649019902 -SHA256 (alembic-1.6.5.tar.gz) = a21fedebb3fb8f6bbbba51a11114f08c78709377051384c9c5ead5705ee93a51 -SIZE (alembic-1.6.5.tar.gz) = 1174376 diff --git a/databases/py-alembic16/pkg-descr b/databases/py-alembic16/pkg-descr deleted file mode 100644 index 515e826ec887..000000000000 --- a/databases/py-alembic16/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Alembic is a new database migrations tool, written by the author of -SQLAlchemy. A migrations tool offers the following functionality: - -- Can emit ALTER statements to a database in order to change the structure of - tables and other constructs -- Provides a system whereby "migration scripts" may be constructed; each - script indicates a particular series of steps that can "upgrade" a target - database to a new version, and optionally a series of steps that can - "downgrade" similarly, doing the same steps in reverse. -- Allows the scripts to execute in some sequential manner.