[126758] trunk/dports/python/py-ebay

larryv at macports.org larryv at macports.org
Tue Oct 14 17:00:30 PDT 2014


Revision: 126758
          https://trac.macports.org/changeset/126758
Author:   larryv at macports.org
Date:     2014-10-14 17:00:30 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
Remove py-ebay

Last upstream release was in 2004
(http://ebaydeveloper.typepad.com/pyebay.html).

Removed Paths:
-------------
    trunk/dports/python/py-ebay/Portfile
    trunk/dports/python/py-ebay/files/__init__.py
    trunk/dports/python/py-ebay/files/setup.py

Deleted: trunk/dports/python/py-ebay/Portfile
===================================================================
--- trunk/dports/python/py-ebay/Portfile	2014-10-15 00:00:27 UTC (rev 126757)
+++ trunk/dports/python/py-ebay/Portfile	2014-10-15 00:00:30 UTC (rev 126758)
@@ -1,41 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-ebay
-version			0.1.4
-revision		1
-license			MIT
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		Python library encapsulating the eBay API
-long_description	pyeBay is a Python library that encapsulates the eBay API. \
-					It is intended to make it very simple to create eBay \
-					applications on any platform.
-
-homepage		http://ebaydeveloper.typepad.com/pyebay.html
-master_sites	http://ebaydeveloper.typepad.com/
-distname		pyeBay-${version}
-checksums		md5 9092948a4bfdad76652bdc9d4ee0a314
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    use_zip			yes
-
-    post-extract	{
-        file mkdir ${worksrcpath}/eBay
-        eval file rename [glob -directory ${worksrcpath} *.py] ${worksrcpath}/eBay/
-        file copy ${filespath}/setup.py ${worksrcpath}
-        file copy ${filespath}/__init__.py ${worksrcpath}/eBay/
-        reinplace "s|__VERSION__|${version}|g" ${worksrcpath}/eBay/__init__.py ${worksrcpath}/setup.py
-        reinplace "s|__DOC__|${description}|g" ${worksrcpath}/eBay/__init__.py
-    }
-
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} LICENSE.TXT README.TXT ebay.ini \
-            ${destroot}${prefix}/share/doc/${subport}
-    }
-}

Deleted: trunk/dports/python/py-ebay/files/__init__.py
===================================================================
--- trunk/dports/python/py-ebay/files/__init__.py	2014-10-15 00:00:27 UTC (rev 126757)
+++ trunk/dports/python/py-ebay/files/__init__.py	2014-10-15 00:00:30 UTC (rev 126758)
@@ -1,2 +0,0 @@
-__doc__ = """__DOC__"""
-__revision__ = """__VERSION__"""

Deleted: trunk/dports/python/py-ebay/files/setup.py
===================================================================
--- trunk/dports/python/py-ebay/files/setup.py	2014-10-15 00:00:27 UTC (rev 126757)
+++ trunk/dports/python/py-ebay/files/setup.py	2014-10-15 00:00:30 UTC (rev 126758)
@@ -1,7 +0,0 @@
-from distutils.core import setup
-
-setup(
-	name = 'eBay',
-	version = "__VERSION__",
-	packages = ['eBay'],
-	)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/1f04e171/attachment.html>


More information about the macports-changes mailing list