py-enum: removed, successor py-enum34 or Python 3.x
This commit is contained in:
parent
69d019f202
commit
4e9d378b6c
5 changed files with 1 additions and 44 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2678 2018/05/21 23:14:52 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.2679 2018/05/22 12:10:40 adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= Development utilities
|
||||
|
@ -1959,7 +1959,6 @@ SUBDIR+= py-dogpile-cache
|
|||
SUBDIR+= py-dulwich
|
||||
SUBDIR+= py-editorconfig-core
|
||||
SUBDIR+= py-entrypoints
|
||||
SUBDIR+= py-enum
|
||||
SUBDIR+= py-enum34
|
||||
SUBDIR+= py-exam
|
||||
SUBDIR+= py-execnet
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Robust enumerated type support in Python
|
|
@ -1,25 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2017/09/04 18:08:20 wiz Exp $
|
||||
|
||||
DISTNAME= enum-0.4.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=e/enum/}
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= https://pypi.python.org/pypi/enum/
|
||||
COMMENT= Robust enumerated type support in Python
|
||||
LICENSE= gnu-gpl-v3 OR python-software-foundation
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
# From PYPI:
|
||||
#
|
||||
# Superseded by Python standard library.
|
||||
#
|
||||
# Python 3 now has in its standard library an enum implementation (also
|
||||
# available for older Python versions as the third-party flufl.enum
|
||||
# distribution) that supersedes this library.
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,10 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/09/19 00:29:01 kamil Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/enum.py
|
||||
${PYSITELIB}/enum.pyc
|
||||
${PYSITELIB}/enum.pyo
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/09/19 00:29:01 kamil Exp $
|
||||
|
||||
SHA1 (enum-0.4.6.tar.gz) = b8868b1370181e92bbffbcd18b3ccd2be1f0438d
|
||||
RMD160 (enum-0.4.6.tar.gz) = f095ae903bea652e682a93cd1827c8c1fccf991c
|
||||
SHA512 (enum-0.4.6.tar.gz) = b3ccc5bd7cc613f7683f12247a26aae9dacde37e60616c3078c7505fb1defbb512451a2e3e8cd1db3e84d115af01420e3ceaea0d58ae38975f40220e59531227
|
||||
Size (enum-0.4.6.tar.gz) = 20265 bytes
|
Loading…
Reference in a new issue