Port details |
- py-elementtree Container for hierarchical data structures written in Python
- 1.2.6_1 devel
=15 1.2.6_1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2005-03-02 16:21:12
- Last Update: 2013-09-23 10:41:02
- SVN Revision: 327969
- People watching this port, also watch:: libogg, aspell, pcre, libao, speex
- Also Listed In: python
- License: not specified in port
- WWW:
- http://effbot.org/zone/element-index.htm
- Description:
- Adopted from the documentation:
The Element type is a flexible container object, designed to store hierarchical
data structures in memory. The type can be described as a cross between a list
and a dictionary.
Each element has a number of properties associated with it:
* a tag. This is a string identifying what kind of data this element
represents (the element type, in other words).
* a number of attributes, stored in a Python dictionary.
* a text string.
* an optional tail string.
* a number of child elements, stored in a Python sequence
The ElementTree class can be used to wrap an element structure, and convert it
from and to XML.
WWW: http://effbot.org/zone/element-index.htm
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- py27-elementtree>0:devel/py-elementtree
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-elementtree
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- python : lang/python
- Runtime dependencies:
-
- python2.7 : lang/python27
- python : lang/python
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- 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:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.6_1 23 Sep 2013 10:41:02 |
rm |
Remove since ElementTree is a part of standard library since Python 2.5.
Last consumer of it gone today.
PR: 155526
Submitted by: rm (myself) |
1.2.6_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.2.6_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.2.6_1 22 May 2009 07:08:07 |
lwhsu |
- Revert IGNORE for ${PYTHON_REL} >= 250 chage, until fixing all the
packages explicitly depend on devel/py-elementtree |
1.2.6_1 12 May 2009 13:57:51 |
lwhsu |
- Grab maintainership for python
- Adjust DOC and EXAMPLE directories
- Respect NOPORTEXAMPLES knob
- Mark IGNORE for Python 2.5 and later |
1.2.6 23 Mar 2009 01:01:15 |
linimon |
Reset barner@FreeBSD.org due to several months of inactivity.
Hat: portmgr |
1.2.6 30 Jan 2009 20:20:17 |
pav |
- Update download location
Reported by: -fetch-original pointyhat run |
1.2.6 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.2.6 15 Nov 2006 21:49:19 |
barner |
Update to 1.2.6
Requested by: Josh Paetzel <josh@tcbug.org> |
1.2 24 Nov 2005 14:08:01 |
barner |
Add SHA256 for my ports (that don't already have it). |
1.2 02 Mar 2005 16:20:26 |
barner |
Add py-elementtree 1.2, a container for hierarchical data
structures written in Python
PR: ports/77640
Approved by: arved (mentor) |
Number of commits found: 11
|