ajacoutot
b25fdb8308
Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign
...
the variable.
FLAVOR = python3
(not FLAVOR =?)
ok sthen@
2021-02-27 11:13:34 +00:00
jasper
14469768e4
py-lockfile can be switch to python3-only now that roxterm has been updated
2020-11-01 13:28:14 +00:00
sthen
d9cfe4113e
bump REVISION; python 3 default changed to 3.8
2020-07-03 21:12:24 +00:00
kmos
981b4cae3c
Fix tests by moving from py-nose to py-test and patch a test file to
...
work properly with py-test.
2019-11-07 14:39:29 +00:00
sthen
77f7cc9c61
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:49:33 +00:00
sthen
d7f0752227
bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
...
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
landry
32d30e681c
bump ports depending on python3 in sysutils
2017-01-03 19:26:58 +00:00
naddy
c326edce1b
The ${PROJECT}.googlecode.com/files/ master sites are no longer
...
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.
ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
ajacoutot
db835df207
No need for MAKE_ENV.
2016-04-16 13:36:15 +00:00
ajacoutot
1b0af42d3b
Fix regress.
2016-04-16 13:35:02 +00:00
ajacoutot
80e7d551fd
py3-sphinx is not picked up for some reason.
2016-04-15 13:00:18 +00:00
ajacoutot
a05b33c49e
FLAVORS=toto... no way that wasn't me doing some stupid test.
...
Enable regression tests on all FLAVORs.
2016-04-15 12:48:06 +00:00
ajacoutot
01e5991130
Add a python3 FLAVOR.
2016-01-10 13:40:33 +00:00
ajacoutot
b8fd363b42
Missing dependency on devel/py-pbr.
...
reported by kili@
2016-01-10 12:32:05 +00:00
ajacoutot
8ec94c44da
Update to py-lockfile-0.12.2.
2016-01-09 16:54:21 +00:00
naddy
570aa62a9c
Drop remaining MD5/RMD160/SHA1 checksums.
2015-01-18 03:12:39 +00:00
naddy
c2832a1290
move http://code.google.com , *.googlecode.com, and sites.google.com to https
...
suggested by bentley@
2013-08-07 21:31:12 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
espie
46d3548829
normalize pkgpath
2011-09-16 11:41:38 +00:00
jasper
3e4c0594d3
bump after default python version switch
2011-06-08 17:50:10 +00:00
espie
6c283d7e98
new depends
2010-11-20 17:22:40 +00:00
sthen
a70bc110a2
import ports/sysutils/py-lockfile, ok jasper@
...
The lockfile package exports a LockFile class which provides a simple API for
locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf
and flock functions, and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms.
The lock mechanism relies on the atomic nature of the link (on Unix) and
mkdir (on Windows) system calls. An implementation based on SQLite is also
provided, more as a demonstration of the possibilities it provides than as
production-quality code.
2010-10-12 14:51:56 +00:00