summaryrefslogtreecommitdiff
path: root/finance/py-ebaysdk
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-04-21 17:05:36 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-04-21 17:05:36 +0000
commit69788363ed05be5c610de98ec967c21817330f29 (patch)
treee08b62f3a642e91e21adb37e4d2901a401dc2100 /finance/py-ebaysdk
parentdevel/simavr: fix build on GCC architectures (diff)
- Moved py-ebaysdk-python to py-ebaysdk. it reflects current name hosted at
Pypi
Notes
Notes: svn path=/head/; revision=532282
Diffstat (limited to 'finance/py-ebaysdk')
-rw-r--r--finance/py-ebaysdk/Makefile22
-rw-r--r--finance/py-ebaysdk/distinfo3
-rw-r--r--finance/py-ebaysdk/pkg-descr6
3 files changed, 31 insertions, 0 deletions
diff --git a/finance/py-ebaysdk/Makefile b/finance/py-ebaysdk/Makefile
new file mode 100644
index 000000000000..737f3660e3d5
--- /dev/null
+++ b/finance/py-ebaysdk/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+#
+
+PORTNAME= ebaysdk
+PORTVERSION= 2.2.0
+CATEGORIES= finance python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= eBay API SDK for Python
+
+LICENSE= CDDL
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/finance/py-ebaysdk/distinfo b/finance/py-ebaysdk/distinfo
new file mode 100644
index 000000000000..d34f160a1cea
--- /dev/null
+++ b/finance/py-ebaysdk/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587488300
+SHA256 (ebaysdk-2.2.0.tar.gz) = 2eb875d706b481f59ca8dd3074538df7e5196814f9ce12d0ef84690343a9c7f3
+SIZE (ebaysdk-2.2.0.tar.gz) = 48459
diff --git a/finance/py-ebaysdk/pkg-descr b/finance/py-ebaysdk/pkg-descr
new file mode 100644
index 000000000000..0ce6513cfad1
--- /dev/null
+++ b/finance/py-ebaysdk/pkg-descr
@@ -0,0 +1,6 @@
+This SDK is a programmatic interface into the eBay APIs. It simplifies
+development and cuts development time by standardizing calls, response
+processing, error handling, and debugging across the Finding, Shopping,
+Merchandising & Trading APIs.
+
+WWW: https://github.com/timotheus/ebaysdk-python