[101531] trunk/dports/python/py-pep8
larryv at macports.org
larryv at macports.org
Sat Jan 12 20:58:48 PST 2013
Revision: 101531
https://trac.macports.org/changeset/101531
Author: larryv at macports.org
Date: 2013-01-12 20:58:48 -0800 (Sat, 12 Jan 2013)
Log Message:
-----------
py-pep8: Update to 1.4.
- Remove py24 and py25 subports.
- Add py33 subport.
- Assign new maintainer.
- Add runtime dependency on py-distribute.
Modified Paths:
--------------
trunk/dports/python/py-pep8/Portfile
Added Paths:
-----------
trunk/dports/python/py-pep8/files/pep833
Removed Paths:
-------------
trunk/dports/python/py-pep8/files/pep824
trunk/dports/python/py-pep8/files/pep825
Modified: trunk/dports/python/py-pep8/Portfile
===================================================================
--- trunk/dports/python/py-pep8/Portfile 2013-01-13 03:56:10 UTC (rev 101530)
+++ trunk/dports/python/py-pep8/Portfile 2013-01-13 04:58:48 UTC (rev 101531)
@@ -6,12 +6,12 @@
name py-pep8
set realname pep8
-version 1.0.1
-python.versions 24 25 26 27 31 32
+version 1.4
+python.versions 26 27 31 32 33
categories-append devel
platforms darwin
license MIT
-maintainers nomaintainer
+maintainers gmail.com:patrik.hartlen openmaintainer
description Python style guide checker
long_description \
pep8 is a tool to check your Python code against some of the style conventions \
@@ -21,12 +21,13 @@
master_sites http://pypi.python.org/packages/source/p/${realname}
distname ${realname}-${version}
-checksums rmd160 789ceed5cd0241dc5661a6e7b3b0f2a656183547 \
- sha256 67ce5e323d3366cd76b41e794ccc5fa580ed83267332f8c06c36ffe6ad20185d
+checksums rmd160 bbbfbf9312ce690b38bd2a242d4d17747053222c \
+ sha256 3fbaedba1f61b40760366325825dc36a8fb60a86690f4bec2e1da2e807cbb187
if {${subport} != ${name}} {
depends_build-append port:py${python.version}-distribute
- depends_run port:pep8_select
+ depends_run-append port:py${python.version}-distribute \
+ port:${realname}_select
select.group ${realname}
select.file ${filespath}/${realname}${python.version}
notes "
Deleted: trunk/dports/python/py-pep8/files/pep824
===================================================================
--- trunk/dports/python/py-pep8/files/pep824 2013-01-13 03:56:10 UTC (rev 101530)
+++ trunk/dports/python/py-pep8/files/pep824 2013-01-13 04:58:48 UTC (rev 101531)
@@ -1 +0,0 @@
-bin/pep8-2.4
Deleted: trunk/dports/python/py-pep8/files/pep825
===================================================================
--- trunk/dports/python/py-pep8/files/pep825 2013-01-13 03:56:10 UTC (rev 101530)
+++ trunk/dports/python/py-pep8/files/pep825 2013-01-13 04:58:48 UTC (rev 101531)
@@ -1 +0,0 @@
-bin/pep8-2.5
Added: trunk/dports/python/py-pep8/files/pep833
===================================================================
--- trunk/dports/python/py-pep8/files/pep833 (rev 0)
+++ trunk/dports/python/py-pep8/files/pep833 2013-01-13 04:58:48 UTC (rev 101531)
@@ -0,0 +1 @@
+bin/pep8-3.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130112/e7435cb1/attachment.html>
More information about the macports-changes
mailing list