Port details |
- py-dexml Dead-simple Object-XML mapper for Python
- 0.5.1_1 devel
=0 0.5.1_1Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2010-01-03 08:14:03
- Last Update: 2021-12-20 08:25:11
- Commit Hash: e63c022f
- Also Listed In: python
- License: MIT
- WWW:
- http://www.rfk.id.au/software/
- Description:
- The dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.
WWW: http://www.rfk.id.au/software/
- ¦ ¦ ¦ ¦
- 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}dexml>0:devel/py-dexml@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-dexml
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (dexml-0.5.1.tar.gz) = 6ba83883ead5cc74ce8198daecc657b60bf9cdb3887b484a92dcde55c10e2cdf
SIZE (dexml-0.5.1.tar.gz) = 24359
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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-dexml
- USES:
- python:3.6+
- 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 |
0.5.1_1 20 Dec 2021 08:25:11 |
Wen Heping (wen) |
devel/py-dexml: Removed port, use devel/py-dexml2 instead. |
0.5.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.1_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.1_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.5.1_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.5.1_1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.5.1_1 19 Feb 2014 07:17:47 |
miwi |
- Stage support
- Convert to autoplist
- Bump PORTREV |
0.5.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.5.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) |
0.5.1 06 Nov 2012 00:58:00 |
wen |
- Update to 0.5.1
Feature safe: yes |
0.5.0 27 Sep 2012 08:21:20 |
wen |
- Update to 0.5.0
- Convert to new Makefile format |
0.4.2 04 Aug 2011 01:19:27 |
wen |
- Update to 0.4.2
- Add LICENSE
- Remove whitespace in pkg-descr
PR: ports/158730
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.4.1 22 Apr 2011 02:12:05 |
wen |
- Update to 0.4.1 |
0.4.0 06 Jan 2011 00:10:19 |
wen |
- Update to 0.4.0 |
0.3.7 25 Oct 2010 11:22:23 |
wen |
- Update to 0.3.7 |
0.3.6 18 Aug 2010 14:14:42 |
glarkin |
- Restrict Python version to 2.5+ to avoid syntax error with Python 2.4
PR: ports/149276
Submitted by: glarkin
Approved by: wen (via email) |
0.3.6 01 Jun 2010 02:39:08 |
wen |
- Update to 0.3.6 |
0.3.5 07 May 2010 07:53:21 |
wen |
- Update to 0.3.5 |
0.3.4 15 Mar 2010 02:08:09 |
wen |
- Update to 0.3.4 |
0.3.2 26 Feb 2010 02:50:33 |
wen |
- Update to 0.3.2
Feature safe: yes |
0.3.0 03 Jan 2010 08:13:38 |
wen |
The dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.
WWW: http://www.rfk.id.au/software/ |