Mojca Miklavec
6c05e9852d
py-*: add missing subports for python 3.5 and 3.6
2018-04-10 22:39:02 +02:00
Joshua Root
88e5c95433
Add GitHub handle to my ports
2017-02-03 03:22:45 +11:00
Lawrence Velázquez
34b3070336
Remove all $Id$ lines
...
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
2016-12-28 18:14:04 +01:00
Joshua Root
cf8e115efd
py-bdist_mpkg: update homepage, add py35 subport
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@149683 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-06-29 13:43:11 +00:00
Rainer Müller
398f37bb4d
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 https://trac.macports.org/ticket/51391 .
Overriding maintainers as this is a mass update of ports.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@148976 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-05-24 07:48:05 +00:00
Lawrence Velázquez
817a7c3094
py{24,25,31,32}-bdist_mpkg: Replace with py{27,34}
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@130257 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-12-29 22:57:39 +00:00
Lawrence Velázquez
d56d99068d
py-bdist_mpkg: Add Python 3.4 subport
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@130256 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-12-29 22:57:37 +00:00
Ryan Schmidt
8dd19bec0e
python ports: use eq and ne when comparing ${subport} instead of == and !=
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114324 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-12-05 08:44:51 +00:00
Joshua Root
997c29d119
py-bdist_mpkg: update to 0.5.0 for python 2.5+
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110091 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-08-26 06:37:24 +00:00
Joshua Root
7302d81542
Change distribute dependencies back to setuptools and mark py*-distribute replaced_by py*-setuptools ( https://trac.macports.org/ticket/39237 ).
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@106911 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-06-11 14:40:14 +00:00
Joshua Root
92f802f7b0
my python ports: update pypi http urls to https, since they get redirected
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@106687 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-06-05 04:48:50 +00:00
Blair Zajac
66204e44a8
py-* using python-1.0.tcl: follow up to https://trac.macports.org/changeset/96718 : do not rename binaries.
...
ython-1.0.tcl: in https://trac.macports.org/changeset/96718 renames ${prefix}/bin/* for Python 2.{4,5} so
there's no need for ports to do it. For ports that don't want the
binaries renamed, set 'python.move_binaries' to 'no'.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@96743 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-08-18 00:57:34 +00:00
Joshua Root
64a93d7e17
disable livecheck in subports of my python modules
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@85352 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-10-13 00:35:41 +00:00
Joshua Root
1a242d7ccf
replace py-setuptools with py24-distribute
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@83751 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-09-10 16:39:04 +00:00
Joshua Root
27258bbb51
py-bdist_mpkg: add version suffix to binary with 2.4 and 2.5
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82233 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-08-11 00:49:58 +00:00
Joshua Root
4f68210c2c
revert https://trac.macports.org/changeset/81362 and https://trac.macports.org/changeset/81378
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82062 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-08-07 08:36:12 +00:00
Joshua Root
0e340e4fb6
touch unified python portfiles so they're re-indexed after https://trac.macports.org/changeset/81362
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81378 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-07-30 01:12:49 +00:00
Joshua Root
15bce27136
unify py*-bdist_mpkg
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@81297 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-07-29 04:45:34 +00:00
Ryan Schmidt
be32b20c05
use supported_archs unconditionally, since MacPorts 1.9 has been out for awhile now
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@70583 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-08-14 13:56:39 +00:00
Joshua Root
bfd301e9ce
py*-bdist_mpkg: noarch
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@66105 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-04-06 04:11:24 +00:00
Ryan Schmidt
af27891385
Change deprecated livecheck.check to livecheck.type
...
See http://lists.macosforge.org/pipermail/macports-dev/2009-August/009699.html
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57375 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-09-10 08:16:41 +00:00
Joshua Root
97f647d9d5
py-bdist_mpkg, py25-bdist_mpkg, py26-bdist_mpkg: update to 0.4.4
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@51529 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-05-27 15:18:22 +00:00
Ryan Schmidt
b24110ad10
py-bdist_mpkg, py25-bdist_mpkg: requires setuptools
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@39885 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-09-10 19:00:09 +00:00
Joshua Root
507748712b
py-bdist_mpkg, py25-bdist_mpkg: add livecheck
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@36416 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-05-01 05:09:57 +00:00
Joshua Root
4a31a8f972
py-bdist_mpkg: bump version to 0.4.3
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@36220 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-04-23 05:47:58 +00:00