Last change
on this file was
148976,
checked in by raimue@…, 2 years ago
|
Mass update of python ports for master_sites pypi
The pypi hosting site changed the naming scheme for new uploads. While old URLs
continue to work, this possibly breaks updates as master_sites would need to be
changed. This patch updates all previously hardcoded references to
pypi.python.org to the pypi: mirror sites, which was already updated to check
at both the old and new location. See #51391.
Overriding maintainers as this is a mass update of ports.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: Portfile 148976 2016-05-24 07:48:05Z raimue@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-pinocchio |
---|
7 | set real_name pinocchio |
---|
8 | version 0.3.1 |
---|
9 | python.versions 27 34 |
---|
10 | categories-append devel |
---|
11 | platforms darwin |
---|
12 | license MIT |
---|
13 | maintainers nomaintainer |
---|
14 | description pinocchio plugins for the nose testing framework |
---|
15 | long_description \ |
---|
16 | Extra plugins for the nose testing framework. Provides tools for flexibly \ |
---|
17 | assigning decorator tags to tests, choosing tests based on their runtime, \ |
---|
18 | doing moderately sophisticated code coverage analysis of your unit tests, \ |
---|
19 | and making your test descriptions look like specifications. |
---|
20 | |
---|
21 | homepage http://darcs.idyll.org/~t/projects/pinocchio/doc/ |
---|
22 | |
---|
23 | if {${name} ne ${subport}} { |
---|
24 | master_sites pypi:p/${real_name} |
---|
25 | distname ${real_name}-${version} |
---|
26 | |
---|
27 | checksums rmd160 a3f5b30512a63c9d177dfe56cb1de3ff1f702b13 \ |
---|
28 | sha256 3de3e3ac360f330b5c80d88e25f4d32cc733669b3f25e13dd6a3d2af4197ea14 |
---|
29 | |
---|
30 | depends_lib port:py${python.version}-nose |
---|
31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.