Port details |
- py-enum34 Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
- 1.1.10 devel
=8 1.1.10Version of this port present on the latest quarterly branch. DEPRECATED: Will be removed along with python27
This port expired on: 2020-12-31
- Maintainer: bofh@FreeBSD.org
 - Port Added: 2014-04-29 21:13:51
- Last Update: 2021-04-23 18:46:52
- Commit Hash: 5275bcc
- People watching this port, also watch:: libiconv, py311-six, sqlite3, indexinfo, libxml2
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/enum34/
- Description:
- 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/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-enum34
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1601024411
SHA256 (enum34-1.1.10.tar.gz) = cce6a7477ed816bd2542d03d53db9f0db935dd013b70f336a95c73979289f248
SIZE (enum34-1.1.10.tar.gz) = 28187
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py27-enum34-1.1.10:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-enum34
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.10 23 Apr 2021 18:46:52
    |
Antoine Brodin (antoine)  |
Remove devel/py-enum34, no longer needed |
1.1.10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.10 01 Jan 2021 10:11:35
  |
antoine  |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
1.1.10 01 Jan 2021 00:57:24
  |
rene  |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
1.1.10 25 Sep 2020 19:25:11
  |
bofh  |
devel/py-enum34: Update version 1.1.6=>1.1.10
- Mark DEPRECATED and set EXPIRATION_DATE in line with python27 [1]
PR: 249635 [1]
Reported by: swills [1] |
1.1.6 19 Feb 2020 17:59:36
  |
antoine  |
Clean up USES
With hat: portmgr |
1.1.6 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.1.6 20 Jan 2018 12:38:05
  |
sunpoet  |
Update USES=python usage
With hat: python |
1.1.6 10 Jun 2017 03:13:29
  |
woodsb02  |
[NEW] devel/py3-enum34: Create Python 3.x version of this port
PR: 219833
Reported by: koobs |
1.1.6 12 Jun 2016 11:10:01
  |
bofh  |
devel/py-enum34: Update version 1.0.4=>1.1.6
- Add OPTIONS DOCS
- Mark NO_ARCH |
1.0.4 27 Apr 2015 20:04:19
  |
bofh  |
devel/py-enum34: Update version 1.0=>1.0.4
PR: 199706
Submitted by: stiginge@pvv.org |
1.0 24 Dec 2014 00:14:13
  |
bofh  |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.0 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.0 25 May 2014 17:34:58
  |
sunpoet  |
- Update to 1.0
Changes: https://bitbucket.org/stoneleaf/enum34/commits/branch/default
PR: ports/189412
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
0.9.23 29 Apr 2014 21:11:13
  |
sunpoet  |
- Add py-enum34 0.9.23
- While I'm here:
- Shorten COMMENT
- Use . for COPYTREE_SHARE
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.python.org/pypi/enum34
PR: ports/189073
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |