Permalink
Browse files
py-sisyphus: no livecheck, deprecated
- Loading branch information
Showing
with
6 additions
and
1 deletion.
-
+6
−1
python/py-sisyphus/Portfile
|
|
@@ -2,6 +2,7 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-sisyphus |
|
|
version 0.9.1 |
|
|
@@ -21,10 +22,14 @@ long_description This module simplifies running Python stuff as cron \ |
|
|
running. In addition to that, logging features are provided. |
|
|
|
|
|
homepage http://www.livinglogic.de/Python/sisyphus/ |
|
|
master_sites http://ftp.livinglogic.de/sisyphus |
|
|
master_sites macports_distfiles |
|
|
|
|
|
distname ll-sisyphus-${version} |
|
|
checksums md5 9d03cdd036dd1ab65da167c53d97ba4a |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
|
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
|