Dan Villiom Podlaski Christiansen
c245213d2e
python_select, python3_select, pip_select: add Apple's Python 3 versions
...
Apple added Python 3.7 in Xcode 11, and Xcode 12 contains 3.8. As far
as I can tell, once Apple adds a Python 3 to an OS, it stays there.
2020-10-23 19:48:55 +02:00
Chih-Hsuan Yen
b8f86e01bc
Orphan all my ports
...
I don't use macOS as my daily driver anymore.
2019-12-19 23:16:46 +08:00
Joshua Root
640b7e0aa8
clang-3.4 and deps: allow bootstrapping libcxx on 10.6
...
This involves non-conflicting subports that use libstdc++ for ports
that use a C++ stdlib and their dependents, and clearing
configure.cxx_stdlib for the ports that don't use a C++ stdlib so that
a macports-clang compiler won't be used.
2019-08-21 16:23:11 +10:00
Chih-Hsuan Yen
1e3aaa3c8d
python*_select: adopt and remove python26-apple for 10.13+
...
As per https://opensource.apple.com/ , 10.13 or newer (python-109 or
newer) no longer ships Python 2.6.
Closes https://trac.macports.org/ticket/55768
2018-10-20 11:31:19 +08:00
Zero King
7d3f23c043
Update MacPorts homepage URL
2018-06-27 08:17:10 -07: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
Lawrence Velázquez
614cb96261
python_select: Add system entries on Sierra
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@152589 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-12 20:08:37 +00:00
Lawrence Velázquez
75e701e9db
python_select: Fix inadvertent group mixup
...
Just copy and paste it, he said.
It'll be fine, he said.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@152559 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-12 16:35:27 +00:00
Lawrence Velázquez
1b9f2e90ad
python_select: Refactor to reduce repetition
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@152558 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-12 16:22:25 +00:00
Ryan Schmidt
ce9e79f71d
python_select: add El Capitan support ( https://trac.macports.org/ticket/49153 )
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@141426 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-10-18 06:18:41 +00:00
Lawrence Velázquez
eaa7c9d1d1
python_select: Add idle2.5 for pre-10.8 systems
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@136742 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-05-25 19:39:08 +00:00
Lawrence Velázquez
fd86eb8664
python_select: Tweak a comment (NFC)
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@136726 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-05-25 04:43:52 +00:00
Lawrence Velázquez
9e87d2d471
python_select: Use new select.entries option
...
The `select.entries` option introduced in https://trac.macports.org/changeset/136723 obviates the need to
call `select::install` directly.
The assumption that relative paths are in `filespath`, introduced in
https://trac.macports.org/changeset/136722 , obviates the need to litter the portfile with "${filespath}".
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@136725 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-05-25 04:38:21 +00:00
Lawrence Velázquez
6a7904f348
python_select: Add modeline, rearrange, reformat (NFC)
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@136724 d073be05-634f-4543-b044-5fe20cf6d1d6
2015-05-25 04:38:19 +00:00
Lawrence Velázquez
e222b3147c
python_select: Support Yosemite's system Python ( https://trac.macports.org/ticket/45490 )
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@127074 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-10-20 16:38:08 +00:00
Rainer Müller
6e2625f018
sysutils/python_select:
...
Drop maintainership
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@112617 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-10-28 10:11:25 +00:00
Rainer Müller
b3bf2d47f6
sysutils/python_select:
...
Add support for OS X 10.9 Mavericks by reusing the Mountain Lion configuration files
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@112616 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-10-28 10:09:46 +00:00
Rainer Müller
8d02247941
sysutils/python_select:
...
Add support for Mac OS X 10.8 Mountain Lion, closes https://trac.macports.org/ticket/37265
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@100378 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-12-10 09:28:27 +00:00
Joshua Root
77d03bc7e8
python ports:
...
* update for 'port select'
* depend on python_select for base select file (https://trac.macports.org/ticket/19126 )
* add 2to3 to select files (https://trac.macports.org/ticket/20271 )
* make python27 and python32 use applications_dir (https://trac.macports.org/ticket/26456 , https://trac.macports.org/ticket/29057 )
* remove unused files and comments about them from python27
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@78591 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-05-13 16:57:49 +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
0e30a82f51
python_select: mark as noarch, add license, remove darwin 7
...
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@67783 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-05-18 11:17:19 +00:00
Rainer Müller
d7c73166f5
sysutils/python_select:
...
Version 0.3, fixes https://trac.macports.org/ticket/21320
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57572 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-09-13 10:54:24 +00:00
Rainer Müller
27369229bd
sysutils/python_select:
...
Use select::install, which replaces some variables in the select files.
Fixes https://trac.macports.org/ticket/21268 (Python_select fails for a non-standard framework path)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57392 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-09-10 14:06:09 +00:00
Rainer Müller
87868e882a
sysutils/python_select:
...
Whitespace only, tabs to spaces
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57390 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-09-10 13:54:35 +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