6 Commits

Author SHA1 Message Date
Renee Otten 481d205b5b py-backports-functools_lru_cache: update to 1.6.1
- enable tests
- add noarch
2019-11-09 22:35:51 -05:00
reneeotten 5549daede8 py-backports-functools_lru_cache: fix activation issue
The __init__.py file is present in various packages within the backports
namespace, preventing port activation. Therefore, add py-backports as a
dependency and do not install those files from this port (solution taken
from several other py-backports-* Portfiles).

Closes: https://trac.macports.org/ticket/56789
2018-07-13 13:51:30 +08:00
reneeotten 7ef45c15c1 py-backports-functools_lru_cache: update to 1.5
- add size to checksums
2018-07-05 01:37:40 +08: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
Andrew Stromnov 92ef7f2a6e py-backports-functools_lru_cache: add build dependency (https://trac.macports.org/ticket/51998)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@151404 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-08-15 12:53:47 +00:00
Andrew Stromnov 2fcebfe672 py-backports-functools_lru_cache: new port (part of https://trac.macports.org/ticket/51998)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@151396 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-08-15 10:17:12 +00:00