aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:34:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:46:51 +0000
commit17f29a5e17eae37677778a2ad101152670886148 (patch)
tree0e5dfd976f3a14b9ad55113cc79010d8cccc2393
parentcc007305988fc4817c9877a72ca262efe36b4764 (diff)
downloadports-17f29a5.tar.gz
ports-17f29a5.zip
devel/py-dulwich020: Remove obsoleted port
Use devel/py-dulwich instead.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-dulwich020/Makefile30
-rw-r--r--devel/py-dulwich020/distinfo3
-rw-r--r--devel/py-dulwich020/pkg-descr4
5 files changed, 1 insertions, 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.