From owner-dev-commits-ports-all@freebsd.org Fri Apr 23 18:47:14 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9D535FBE76; Fri, 23 Apr 2021 18:47:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FRjvQ5lfHz3D7q; Fri, 23 Apr 2021 18:47:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B859A1262F; Fri, 23 Apr 2021 18:47:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13NIlEoJ015227; Fri, 23 Apr 2021 18:47:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13NIlEQB015226; Fri, 23 Apr 2021 18:47:14 GMT (envelope-from git) Date: Fri, 23 Apr 2021 18:47:14 GMT Message-Id: <202104231847.13NIlEQB015226@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Antoine Brodin Subject: git: 5275bcca4653 - main - Remove devel/py-enum34, no longer needed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5275bcca465363aac0078e08cdc3eaf06270e38d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2021 18:47:14 -0000 The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=5275bcca465363aac0078e08cdc3eaf06270e38d commit 5275bcca465363aac0078e08cdc3eaf06270e38d Author: Antoine Brodin AuthorDate: 2021-04-23 18:46:52 +0000 Commit: Antoine Brodin 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@gmail.com> - -PORTNAME= enum34 -PORTVERSION= 1.1.10 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@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 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/