From owner-svn-ports-head@freebsd.org Tue Apr 7 23:55:31 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 73BAA2A2F15; Tue, 7 Apr 2020 23:55:31 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48xkmz2Dmsz4QDy; Tue, 7 Apr 2020 23:55:31 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 299E31A211; Tue, 7 Apr 2020 23:55:31 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 037NtVPi015231; Tue, 7 Apr 2020 23:55:31 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 037NtUcQ015227; Tue, 7 Apr 2020 23:55:30 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202004072355.037NtUcQ015227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 7 Apr 2020 23:55:30 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/finance: . py-ebaysdk-python X-SVN-Commit-Revision: 531047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 23:55:31 -0000 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 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