Port details |
- py-distutils-extra Add support for i18n, documentation, and icons to distutils
- 2.38 devel
=0 2.38Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2010-04-06 09:07:00
- Last Update: 2015-12-31 22:00:35
- SVN Revision: 404964
- Also Listed In: python
- License: GPLv2
- WWW:
- https://launchpad.net/python-distutils-extra
- Description:
- Enables you to easily integrate gettext support, themed icons and scrollkeeper
based documentation into Python's distutils.
WWW: https://launchpad.net/python-distutils-extra
-
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:
-
- ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:devel/py-distutils-extra@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-distutils-extra
- 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:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- 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 |
2.38 31 Dec 2015 22:00:35 |
sunpoet |
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE |
2.38 02 Sep 2015 17:03:38 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH |
2.38 15 Aug 2014 03:43:55 |
sunpoet |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
2.38 15 Aug 2014 03:00:33 |
sunpoet |
- Use USES=python |
2.38 15 Mar 2014 03:32:00 |
sunpoet |
- Update MASTER_SITES |
2.38 23 Feb 2014 12:35:08 |
sunpoet |
- Use USE_PYDISTUTILS=yes
- Remove unnecessary PYDISTUTILS_PKGNAME |
2.38 30 Nov 2013 18:26:00 |
sunpoet |
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
- Cleanup Makefile |
2.38 20 Nov 2013 03:21:23 |
sunpoet |
- Update to 2.38
- Use PYTHON_PY3K_PLIST_HACK
- Support STAGEDIR
Changes: https://launchpad.net/python-distutils-extra/trunk/2.38 |
2.37 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.37 17 Apr 2013 17:40:24 |
sunpoet |
- Update to 2.37
- Remove LICENSE_FILE for well-known licenses
- Cleanup Makefile header
- Reformat pkg-descr
Changes:
2.36:
- auto.py: Use python 2.6 friendly sys.version_info test. Thanks Salvatore
Bonaccorso and Gregor Hermann! (First half of #682631)
- auto.py: Do not call decode() with an "errors" keyword, as this does not yet
work with Python 2.6. Thanks Gregor Hermann! (Closes: #682631)
2.34:
- auto.py: Fix *.ui detection to be robust for non-ASCII files. (LP: #1017468) (Only the first 15 lines of the commit message are shown above ) |
2.31 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
2.31 13 Mar 2012 17:06:53 |
sunpoet |
- Update to 2.31
- Handle python32 __pycache__
Changes:
2.31:
- auto.py: Also catch ValueError and RuntimeError on relative imports.
Thanks Mike Terry for the patch! Add corresponding test case to test/auto.py.
- auto.py: Fix crash in module dependency generator, uncovered by previously
added test case.
2.30:
- auto.py, debian/local/python-mkdebian: Properly support GI repository module
detection. Thanks to Owais Lone for the patch! (LP: #806533)
- test/auto.py: Add GI test case. Add gir1.2-glib-2.0 build dependency for the
test case.
- debian/local/python-mkdebian: Call dh_icons. (LP: #881021)
Feature safe: yes |
2.29 22 Sep 2011 17:36:16 |
sunpoet |
- Update to 2.29
Changes:
- Drop support for the long-obsolete PolicyKit (pre polkit 1.0 API).
- auto.py: Ignore RuntimeError, which Gdk/Gtk throw if DISPLAY is unset.
(LP: #735408) |
2.28 21 Sep 2011 17:12:25 |
sunpoet |
- Space/Tab twiddle
- Take maintainership |
2.28 21 Sep 2011 16:48:43 |
tabthorpe |
- Reassign to the heap |
2.28 12 Jul 2011 16:01:49 |
jlaffaye |
Update to 2.28
PR: ports/158735
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Pengfei Ju <jupengfei@gmail.com> (maintainer), bapt (mentor,
implicit) |
2.27 25 Jun 2011 07:25:23 |
miwi |
- Update to 2.27
PR: 157371
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
2.26 17 Mar 2011 15:46:45 |
miwi |
- Update to 2.26
PR: 155602
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
2.25 04 Mar 2011 03:58:39 |
miwi |
- Update to 2.25
PR: 154878
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
2.23 18 Feb 2011 22:48:19 |
sunpoet |
- Update to 2.23
- Remove WRKSRC
- Sort PLIST
PR: ports/154464
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer (timeout, 16 days) |
2.19 24 Jun 2010 01:10:22 |
wen |
- Update to 2.19
PR: ports/148077
Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer)
Feature safe: yes |
2.18 14 Apr 2010 13:48:04 |
wen |
- Update to 2.18
PR: ports/145698
Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer) |
2.15 06 Apr 2010 09:06:36 |
wen |
Enables you to easily integrate gettext support, themed icons
and scrollkeeper based documentation into Python's distutils.
WWW: https://launchpad.net/python-distutils-extra
PR: ports/144676
Submitted by: Ju Pengfei <jupengfei@gmail.com> |