[122536] trunk/dports/python/py-pytest

stromnov at macports.org stromnov at macports.org
Wed Jul 23 12:09:16 PDT 2014


Revision: 122536
          https://trac.macports.org/changeset/122536
Author:   stromnov at macports.org
Date:     2014-07-23 12:09:16 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
py-pytest: update to version 2.6.0

Modified Paths:
--------------
    trunk/dports/python/py-pytest/Portfile
    trunk/dports/python/py-pytest/files/patch-setup.py.diff

Modified: trunk/dports/python/py-pytest/Portfile
===================================================================
--- trunk/dports/python/py-pytest/Portfile	2014-07-23 19:05:00 UTC (rev 122535)
+++ trunk/dports/python/py-pytest/Portfile	2014-07-23 19:09:16 UTC (rev 122536)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pytest
-version             2.5.2
+version             2.6.0
 revision            0
 categories-append   devel
 platforms           darwin
@@ -24,8 +24,8 @@
 homepage            http://pytest.org
 master_sites        http://pypi.python.org/packages/source/p/pytest/
 
-checksums           rmd160  21b8adef451bdea34f5a6532dec3d48058c0274d \
-                    sha256  962452611799878616d6df5e7674cc2c356f902ed005dc4dae9d4e79bb8abda4
+checksums           rmd160  219678c380c14fb54fd9a6a432fff817c9469c22 \
+                    sha256  1e4f7c23d5444c01316bd84edd629af3170331fade12bcc263f0a2a716bbaed1
 
 distname            pytest-${version}
 

Modified: trunk/dports/python/py-pytest/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-pytest/files/patch-setup.py.diff	2014-07-23 19:05:00 UTC (rev 122535)
+++ trunk/dports/python/py-pytest/files/patch-setup.py.diff	2014-07-23 19:09:16 UTC (rev 122536)
@@ -1,20 +1,20 @@
---- setup.py.orig	2013-03-31 01:50:05.000000000 +0400
-+++ setup.py	2013-03-31 01:52:15.000000000 +0400
-@@ -77,16 +77,7 @@
-     )
+--- setup.py.orig	2014-07-20 13:06:16.000000000 +0400
++++ setup.py	2014-07-23 23:08:01.000000000 +0400
+@@ -45,16 +45,7 @@
  
+ 
  def cmdline_entrypoints(versioninfo, platform, basename):
 -    target = 'pytest:main'
 -    if platform.startswith('java'):
 -        points = {'py.test-jython': target}
 -    else:
--        if basename.startswith("pypy"):
+-        if basename.startswith('pypy'):
 -            points = {'py.test-%s' % basename: target}
 -        else: # cpython
--            points = {'py.test-%s.%s' % versioninfo[:2] : target,}
+-            points = {'py.test-%s.%s' % versioninfo[:2] : target}
 -        points['py.test'] = target
 -    return points
 +    return {'py.test': 'pytest:main'}
  
+ 
  def make_entry_points():
-     basename = os.path.basename(sys.executable)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/6c42dc22/attachment.html>


More information about the macports-changes mailing list