Date: Tue, 7 Apr 2020 23:55:30 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531047 - in head/finance: . py-ebaysdk-python Message-ID: <202004072355.037NtUcQ015227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Tue Apr 7 23:55:30 2020 New Revision: 531047 URL: https://svnweb.freebsd.org/changeset/ports/531047 Log: - New port: finance/py-ebaysdk-python 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 Added: head/finance/py-ebaysdk-python/ head/finance/py-ebaysdk-python/Makefile (contents, props changed) head/finance/py-ebaysdk-python/distinfo (contents, props changed) head/finance/py-ebaysdk-python/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Apr 7 23:43:02 2020 (r531046) +++ head/finance/Makefile Tue Apr 7 23:55:30 2020 (r531047) @@ -93,6 +93,7 @@ SUBDIR += prestashop SUBDIR += py-backtrader SUBDIR += py-bitcoin + SUBDIR += py-ebaysdk-python SUBDIR += py-pycoin SUBDIR += py-python-bitcoinlib SUBDIR += py-python-obelisk Added: head/finance/py-ebaysdk-python/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-ebaysdk-python/Makefile Tue Apr 7 23:55:30 2020 (r531047) @@ -0,0 +1,27 @@ +# $FreeBSD$ +# + +PORTNAME= ebaysdk-python +PORTVERSION= 2.1.4 +CATEGORIES= finance python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= eBay API SDK for Python + +LICENSE= CDDL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= timotheus +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= df553c0 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/finance/py-ebaysdk-python/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-ebaysdk-python/distinfo Tue Apr 7 23:55:30 2020 (r531047) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586293046 +SHA256 (timotheus-ebaysdk-python-2.1.4-df553c0_GH0.tar.gz) = a4392cffcbea28c6d1eb2d88b3733afbd74aa3f2a8575bcaa7fa4086cf0ac9d5 +SIZE (timotheus-ebaysdk-python-2.1.4-df553c0_GH0.tar.gz) = 64390 Added: head/finance/py-ebaysdk-python/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-ebaysdk-python/pkg-descr Tue Apr 7 23:55:30 2020 (r531047) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004072355.037NtUcQ015227>