Commit Graph

25 Commits

Author SHA1 Message Date
sthen
1497c50b7d use MODPY_PYBUILD 2022-11-25 19:30:34 +00:00
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
sthen
ff4cdd6115 update to py-passlib-1.7.4 2020-10-09 13:19:41 +00:00
sthen
891bf21b9c update to py-passlib-1.7.3, switch to py3-only 2020-10-07 13:32:27 +00:00
sthen
97ba85a83b drop maintainer 2020-08-01 11:30:36 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
0270cc6c5b Add a dependency on py-scrypt to py-passlib. passlib has code to
use three scrypt backends; one in hashlib in python itself, one is
py-scrypt, and one is an internal slow pure-python implementation.

hashlib in our Python packages doesn't include scrypt (this requires
OpenSSL 1.1+'s scrypt code and isn't supported in libressl), and slow
pure-python implementation is slow, so provide the best available one.
2019-11-23 15:23:14 +00:00
sthen
49f22decef update to py-passlib 1.7.2 2019-11-23 14:53:06 +00:00
kmos
4d1e992ca6 Move testing from py-nose to MODPY_PYTEST. Drop now-unneeded py-nose
TEST_DEPENDS.
2019-11-08 09:30:23 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +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
jasper
1bb096bc75 add py-bcrypt as an RDEP as it's quite a common backend to use on OpenBSD
as discussed with and OK sthen@ (MAINTAINER)
2017-05-13 13:25:41 +00:00
sthen
9c8ecd864a update to py-passlib 1.7.1 2017-01-31 14:27:28 +00:00
landry
56db554a9b bump ports depending on python3 in security 2017-01-03 19:26:14 +00:00
sthen
d5d6392119 update to py-passlib 1.6.5 and take maintainer 2016-01-15 12:46:36 +00:00
ajacoutot
cbd9e2ce69 devel/py-mock -> devel/py-mock${MODPY_FLAVOR} in TEST_DEPENDS when there's a
python3 FLAVOR now that we have py3-mock.
2015-12-27 08:26:50 +00:00
sthen
ee57a78901 bump REVISION for setuptools dep change. 2015-09-29 10:52:28 +00:00
jasper
4ca6024ca2 bump after switch from py3-distribute to py3-setuptools
ok rpointel@
2014-09-29 07:02:02 +00:00
rpointel
403fd3e5d7 changed python3 default version so bump revision. 2014-06-03 11:35:12 +00:00
sthen
3df2c7268f Oops, add some missed ${MODPY_COMMENT} in the lines for the MODPY_CACHE
directories. Doesn't change py3 plist; py2 didn't build since the revision
was last bumped, so no need to bump now.
2014-05-13 09:18:24 +00:00
sthen
a565c6df41 add python3 support 2014-05-12 16:02:38 +00:00
rpe
48160af21c Import py-passlib.
PassLib is a password hashing library for Python, which provides
cross-platform implementations of over 30 password hashing algorithms;
as well as a framework for managing and migrating existing password
hashes.

OK sthen@
2014-05-11 21:40:13 +00:00