git: 5275bcca4653 - main - Remove devel/py-enum34, no longer needed
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 23 18:47:14 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5275bcca465363aac0078e08cdc3eaf06270e38d
commit 5275bcca465363aac0078e08cdc3eaf06270e38d
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-04-23 18:46:52 +0000
Commit: Antoine Brodin <antoine at FreeBSD.org>
CommitDate: 2021-04-23 18:46:52 +0000
Remove devel/py-enum34, no longer needed
---
MOVED | 3 ++-
Mk/Uses/python.mk | 6 ------
devel/Makefile | 1 -
devel/py-enum34/Makefile | 31 -------------------------------
devel/py-enum34/distinfo | 3 ---
devel/py-enum34/pkg-descr | 5 -----
6 files changed, 2 insertions(+), 47 deletions(-)
diff --git a/MOVED b/MOVED
index 572c1b905349..0056bc34a466 100644
--- a/MOVED
+++ b/MOVED
@@ -16275,7 +16275,7 @@ dns/dnsmasq-devel|dns/dnsmasq|2021-04-08|Has expired: use dns/dnsmasq instead, w
net/coturn|net/turnserver|2021-04-09|Remove duplicate port: coturn is another name for turnserver
databases/percona55-server||2021-04-11|EOL upstream
databases/percona55-client||2021-04-11|EOL upstream
-graphics/ilmbase|math/Imath|2021-04-10|Ilmbase was split out into Imath and OpenEXR.
+graphics/ilmbase|math/Imath|2021-04-11|Ilmbase was split out into Imath and OpenEXR
www/xshttpd||2021-04-12|Unmaintained and dead upstream
www/xshttpd-devel||2021-04-12|Unmaintained and dead upstream
dns/credns||2021-04-12|Broken 12+, unmaintained upstream
@@ -16295,3 +16295,4 @@ security/fbopenssl||2021-04-20|Unmaintained, abandoned, does not build with rece
devel/gearmand-devel||2021-04-20|Unmaintained, abandoned, has not built for over half a year
textproc/bsdsort||2021-04-21|Old version of sort(1)
www/py-django-mezzanine||2021-04-23|Depends on expired www/py-django111, not compatible with newer versions of Django
+devel/py-enum34||2021-04-23|No longer needed with python 3
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index d8ac5c9909fb..ca7be88139af 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -645,12 +645,6 @@ PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
PY_PYGMENTS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1<3:textproc/py-pygments@${PY_FLAVOR}
.endif
-.if ${PYTHON_REL} < 3400
-PY_ENUM34= ${PYTHON_PKGNAMEPREFIX}enum34>=1.1<2.0:devel/py-enum34@${PY_FLAVOR}
-.else
-PY_ENUM34=
-.endif
-
.if ${PYTHON_VER} != ${PYTHON_DEFAULT}
PY_MERCURIAL= ${PYTHON_PKGNAMEPREFIX}mercurial>=5.5:devel/mercurial@${PY_FLAVOR}
.else
diff --git a/devel/Makefile b/devel/Makefile
index aa0e65a00343..1c119920fb60 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4380,7 +4380,6 @@
SUBDIR += py-enlighten
SUBDIR += py-entrypoints
SUBDIR += py-enum-compat
- SUBDIR += py-enum34
SUBDIR += py-envisage
SUBDIR += py-epdb
SUBDIR += py-epsilon
diff --git a/devel/py-enum34/Makefile b/devel/py-enum34/Makefile
deleted file mode 100644
index f33a2d8f58b5..000000000000
--- a/devel/py-enum34/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
-
-PORTNAME= enum34
-PORTVERSION= 1.1.10
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh at FreeBSD.org
-COMMENT= Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
-
-LICENSE= BSD3CLAUSE
-
-# Should be removed along with python2.7 and relevant vairables PY_ENUM34
-# EXPIRATION_DATE or python27 whichever happens later should be followed
-DEPRECATED= Will be removed along with python27
-EXPIRATION_DATE=2020-12-31
-
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-OPTIONS_DEFINE= DOCS
-
-PORTDOCS= *
-DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
-NO_ARCH= yes
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/enum/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/devel/py-enum34/distinfo b/devel/py-enum34/distinfo
deleted file mode 100644
index dea910a9e236..000000000000
--- a/devel/py-enum34/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1601024411
-SHA256 (enum34-1.1.10.tar.gz) = cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248
-SIZE (enum34-1.1.10.tar.gz) = 28187
diff --git a/devel/py-enum34/pkg-descr b/devel/py-enum34/pkg-descr
deleted file mode 100644
index bd49c029b892..000000000000
--- a/devel/py-enum34/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-An enumeration is a set of symbolic names (members) bound to unique, constant
-values. Within an enumeration, the members can be compared by identity, and
-the enumeration itself can be iterated over.
-
-WWW: https://pypi.org/project/enum34/
More information about the dev-commits-ports-all
mailing list