[112281] trunk/dports/python/py-pytest/Portfile
stromnov at macports.org
stromnov at macports.org
Wed Oct 16 13:25:10 PDT 2013
Revision: 112281
https://trac.macports.org/changeset/112281
Author: stromnov at macports.org
Date: 2013-10-16 13:25:09 -0700 (Wed, 16 Oct 2013)
Log Message:
-----------
py-pytest: update to version 2.4.2
Modified Paths:
--------------
trunk/dports/python/py-pytest/Portfile
Modified: trunk/dports/python/py-pytest/Portfile
===================================================================
--- trunk/dports/python/py-pytest/Portfile 2013-10-16 20:17:28 UTC (rev 112280)
+++ trunk/dports/python/py-pytest/Portfile 2013-10-16 20:25:09 UTC (rev 112281)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-pytest
-version 2.3.4
+version 2.4.2
revision 0
categories-append devel
platforms darwin
@@ -24,15 +24,14 @@
homepage http://pytest.org
master_sites http://pypi.python.org/packages/source/p/pytest/
-checksums rmd160 ed8620ab4bfe8c3b85413d7da2e7651a89ae04f2 \
- sha256 5616f744a311c5f5fbb44943aaa41c32df70ba132159a0a9fb6c999060d7645c
+checksums rmd160 882f5b668c3fe88be75f47c21373e1608fdd6379 \
+ sha256 bccbbed432b1e95381fbb958c27aabcb751ccc337769091de8b7e5cd25ca00e0
distname pytest-${version}
-use_zip yes
-
if {$subport != $name} {
- depends_build port:py${python.version}-setuptools
+ depends_lib-append port:py${python.version}-setuptools \
+ port:py${python.version}-py
patchfiles patch-setup.py.diff
@@ -40,5 +39,5 @@
} else {
livecheck.type regex
livecheck.url ${master_sites}
- livecheck.regex "pytest-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+ livecheck.regex {pytest-(\d+(?:\.\d+)*)\.[tz]}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131016/41cf38d8/attachment.html>
More information about the macports-changes
mailing list