Commits
Toby Peterson authored 21c81f7bd32
7 7 | name py-authkit |
8 8 | version 0.3.0pre5 |
9 9 | categories-append www |
10 10 | platforms darwin |
11 11 | supported_archs noarch |
12 12 | license MIT |
13 13 | maintainers nomaintainer |
14 14 | |
15 15 | description An authentication and authorization toolkit for WSGI applications and frameworks |
16 16 | long_description $description |
17 - | homepage http://3aims.com/ |
17 + | homepage https://pypi.org/project/AuthKit/ |
18 18 | |
19 19 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
20 20 | distname AuthKit-${version} |
21 21 | use_zip yes |
22 - | checksums md5 3a2b1aca6eb7bd843aef9a8556a191f4 \ |
23 - | sha1 f3dae685aa210c3a27a58817d9841a4cd3ebe2a4 \ |
24 - | rmd160 09b4cdaf4c9ab128660a27685746d799c0d8b1b8 |
22 + | checksums rmd160 09b4cdaf4c9ab128660a27685746d799c0d8b1b8 \ |
23 + | sha256 c9e588524d06c680f97ff44cb212f024850ef1ee4c402ed403ed0d2ba6d4d5e2 \ |
24 + | size 31679 |
25 25 | |
26 26 | patchfiles setup.py.diff |
27 27 | |
28 28 | deprecated.upstream_support no |
29 - | livecheck.type none |
30 29 | |
31 30 | python.versions 27 |
32 31 | |
33 32 | if {${name} ne ${subport}} { |
34 33 | depends_build port:py${python.version}-setuptools |
35 34 | } |