Permalink
Browse files
py-radix: deprecated, no livecheck
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
python/py-radix/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-radix |
|
|
version 0.4 |
|
|
@@ -16,10 +17,13 @@ long_description py-radix is an implementation of a radix tree data \ |
|
|
network prefixes of varying lengths and allows fast lookups of \ |
|
|
containing networks. |
|
|
|
|
|
homepage http://www.mindrot.org/py-radix.html |
|
|
homepage https://pypi.org/project/radix/ |
|
|
master_sites http://www2.mindrot.org/files/py-radix/ |
|
|
checksums md5 a3e7a2cb078c009e39633aa4034ad523 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
|