git: 4906a2aa9954 - main - devel/py-gitdb2: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4906a2aa9954a6a68a520cef517f8ecf498fb2d5 commit 4906a2aa9954a6a68a520cef517f8ecf498fb2d5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:09:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:09:03 +0000 devel/py-gitdb2: Remove obsoleted port Use devel/py-gitdb instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-gitdb2/Makefile | 24 ------------------------ devel/py-gitdb2/distinfo | 3 --- devel/py-gitdb2/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index e8c248932f87..d1c6b42f1706 100644 --- a/MOVED +++ b/MOVED @@ -17158,3 +17158,4 @@ mail/p5-MIME-Fast||2022-05-19|Depends on long deprecated gmime-2.2 mail/gmime2-sharp|mail/gmime26-sharp|2022-05-19|Depends on long deprecated gmime-2.2 mail/gmime2|mail/gmime26|2022-05-19|Not used anymore overcome by gnime26 graphics/p5-Geo-GDAL||2022-05-22|Remove obsoleted port. GDAL removed deprecated SWIG Perl bindings since 3.5.0 +devel/py-gitdb2|devel/py-gitdb|2022-05-22|Remove obsoleted port. Use devel/py-gitdb instead diff --git a/devel/Makefile b/devel/Makefile index 0b2e09e1c409..c18ebad9b300 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4595,7 +4595,6 @@ SUBDIR += py-git-up SUBDIR += py-git-url-parse SUBDIR += py-gitdb - SUBDIR += py-gitdb2 SUBDIR += py-gitless SUBDIR += py-gitpython SUBDIR += py-glance-store diff --git a/devel/py-gitdb2/Makefile b/devel/py-gitdb2/Makefile deleted file mode 100644 index 1f21e111056f..000000000000 --- a/devel/py-gitdb2/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= gitdb2 -PORTVERSION= 2.0.6 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Git Object Database - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}gitdb - -.include <bsd.port.mk> diff --git a/devel/py-gitdb2/distinfo b/devel/py-gitdb2/distinfo deleted file mode 100644 index 924b47aa272e..000000000000 --- a/devel/py-gitdb2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1569809143 -SHA256 (gitdb2-2.0.6.tar.gz) = 1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350 -SIZE (gitdb2-2.0.6.tar.gz) = 393597 diff --git a/devel/py-gitdb2/pkg-descr b/devel/py-gitdb2/pkg-descr deleted file mode 100644 index bd7dfefdaa30..000000000000 --- a/devel/py-gitdb2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GitDB allows you to access bare git repositories for reading and writing. It -aims at allowing full access to loose objects as well as packs with performance -and scalability in mind. It operates exclusively on streams, allowing to handle -large objects with a small memory footprint. - -WWW: https://pypi.org/project/gitdb2/ -WWW: https://github.com/gitpython-developers/gitdb