[126752] trunk/dports/python/py-clientcookie/Portfile

larryv at macports.org larryv at macports.org
Tue Oct 14 16:36:50 PDT 2014


Revision: 126752
          https://trac.macports.org/changeset/126752
Author:   larryv at macports.org
Date:     2014-10-14 16:36:50 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-clientcookie

Last upstream release was in 2006, and upstream has explicitly halted
development (http://wwwsearch.sourceforge.net/old/ClientCookie/).

Removed Paths:
-------------
    trunk/dports/python/py-clientcookie/Portfile

Deleted: trunk/dports/python/py-clientcookie/Portfile
===================================================================
--- trunk/dports/python/py-clientcookie/Portfile	2014-10-14 23:36:48 UTC (rev 126751)
+++ trunk/dports/python/py-clientcookie/Portfile	2014-10-14 23:36:50 UTC (rev 126752)
@@ -1,41 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-clientcookie
-version			1.3.0
-categories-append	www
-license			{BSD ZPL-2.1}
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		python module for handling HTTP cookies
-long_description	ClientCookie is a Python module for handling HTTP \
-				cookies on the client side, useful for accessing web \
-				sites that require cookies to be set and then returned \
-				later.
-
-homepage		http://wwwsearch.sourceforge.net/ClientCookie/
-master_sites	${homepage}/src/
-distname		ClientCookie-${version}
-
-checksums		md5     7a43e4624299b3951ae1a442194d2185 \
-			sha1    fc54adb762618d3a9fdeca9ed45b982c2bde940c \
-			rmd160  0c557c11efee3ada975235ed72252176c059e5d2
-
-python.versions	25
-
-if {${name} ne ${subport}} {
-    depends_build	port:py${python.version}-setuptools
-
-    test.run		yes
-    test.cmd		${python.bin}
-    test.target		test.py
-
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} COPYING.txt ChangeLog.txt GeneralFAQ.html \
-            INSTALL.txt README.html README.txt doc.html \
-            ${destroot}${prefix}/share/doc/${subport}
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/872df15e/attachment-0001.html>


More information about the macports-changes mailing list