git: 17f29a5e17ea - main - devel/py-dulwich020: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:51:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17f29a5e17eae37677778a2ad101152670886148 commit 17f29a5e17eae37677778a2ad101152670886148 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:34:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:46:51 +0000 devel/py-dulwich020: Remove obsoleted port Use devel/py-dulwich instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-dulwich020/Makefile | 30 ------------------------------ devel/py-dulwich020/distinfo | 3 --- devel/py-dulwich020/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index d184171fc3dc..f375461e2c0b 100644 --- a/MOVED +++ b/MOVED @@ -7623,3 +7623,4 @@ editors/o|editors/orbiton|2023-06-04|Project was renamed databases/rubygem-pg14|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Use databases/rubygem-pg instead databases/rubygem-redis-namespace18|databases/rubygem-redis-namespace|2023-06-05|Remove obsoleted port. Use databases/rubygem-redis-namespace instead devel/poetry|devel/py-poetry|2023-06-05|Remove obsoleted port. Use devel/py-poetry instead +devel/py-dulwich020|devel/py-dulwich|2023-06-05|Remove obsoleted port. Use devel/py-dulwich instead diff --git a/devel/Makefile b/devel/Makefile index aece5e78048b..12dcb443b00f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4563,7 +4563,6 @@ SUBDIR += py-dpcontracts SUBDIR += py-dtfabric SUBDIR += py-dulwich - SUBDIR += py-dulwich020 SUBDIR += py-dunamai SUBDIR += py-durus SUBDIR += py-dynrules diff --git a/devel/py-dulwich020/Makefile b/devel/py-dulwich020/Makefile deleted file mode 100644 index fd9c7518b3af..000000000000 --- a/devel/py-dulwich020/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= dulwich -PORTVERSION= 0.20.50 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 020 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python Git Library -WWW= https://www.dulwich.io/ \ - https://github.com/jelmer/dulwich - -LICENSE= APACHE20 GPLv2+ -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25,1:net/py-urllib3@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastimport>=0:devel/py-fastimport@${PY_FLAVOR} - -USES= cpe python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -CPE_VENDOR= dulwich_project - -PORTSCOUT= limit:^0\.20\. - -post-install: - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - -.include <bsd.port.mk> diff --git a/devel/py-dulwich020/distinfo b/devel/py-dulwich020/distinfo deleted file mode 100644 index 7f25c6fbdc1f..000000000000 --- a/devel/py-dulwich020/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1674588046 -SHA256 (dulwich-0.20.50.tar.gz) = 50a941796b2c675be39be728d540c16b5b7ce77eb9e1b3f855650ece6832d2be -SIZE (dulwich-0.20.50.tar.gz) = 430389 diff --git a/devel/py-dulwich020/pkg-descr b/devel/py-dulwich020/pkg-descr deleted file mode 100644 index 02b40d95f084..000000000000 --- a/devel/py-dulwich020/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the Dulwich project. - -It aims to provide an interface to git repos (both local and remote) that -doesn't call out to git directly but instead uses pure Python.