Permalink
Browse files
py-daemon: no livecheck, deprecated
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
python/py-daemon/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-daemon |
|
|
version 1.0.1 |
|
|
@@ -14,10 +15,13 @@ description Module to daemonize the calling process |
|
|
long_description ${description} |
|
|
homepage http://www.clapper.org/software/python/daemon/ |
|
|
|
|
|
master_sites http://distfiles.macports.org/python/ |
|
|
master_sites macports_distfiles |
|
|
distname daemon-${version} |
|
|
checksums md5 ad7881c901f1f70410e6d73a1b2272e4 \ |
|
|
sha1 6fffc0cd7c0267c9ffa1f994f7663ee3aa6ee672 \ |
|
|
rmd160 3306f3b1362f14296472577d9eeba213ae2530b5 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |