svn commit: r395033 - in head/devel: . py-yandex-money-sdk

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Aug 22 13:56:53 UTC 2015


Author: rm
Date: Sat Aug 22 13:56:51 2015
New Revision: 395033
URL: https://svnweb.freebsd.org/changeset/ports/395033

Log:
  SDK yandex money API
  
  API description: https://tech.yandex.com/money/
  
  WWW: https://pypi.python.org/pypi/yandex-money-sdk

Added:
  head/devel/py-yandex-money-sdk/
  head/devel/py-yandex-money-sdk/Makefile   (contents, props changed)
  head/devel/py-yandex-money-sdk/distinfo   (contents, props changed)
  head/devel/py-yandex-money-sdk/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 22 13:54:47 2015	(r395032)
+++ head/devel/Makefile	Sat Aug 22 13:56:51 2015	(r395033)
@@ -4311,6 +4311,7 @@
     SUBDIR += py-xmltodict
     SUBDIR += py-xoltar-toolkit
     SUBDIR += py-yaml
+    SUBDIR += py-yandex-money-sdk
     SUBDIR += py-yappi
     SUBDIR += py-yapps2
     SUBDIR += py-ydbf

Added: head/devel/py-yandex-money-sdk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-yandex-money-sdk/Makefile	Sat Aug 22 13:56:51 2015	(r395033)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	yandex-money-sdk
+PORTVERSION=	0.1.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rm at FreeBSD.org
+COMMENT=	SDK yandex money API
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.4.0:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}future>0:${PORTSDIR}/devel/py-future \
+		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-yandex-money-sdk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-yandex-money-sdk/distinfo	Sat Aug 22 13:56:51 2015	(r395033)
@@ -0,0 +1,2 @@
+SHA256 (yandex-money-sdk-0.1.3.tar.gz) = be15d5a733e1c92038e40ca789e85aa103e0e3123f5127d0ce071fd97c692d25
+SIZE (yandex-money-sdk-0.1.3.tar.gz) = 5283

Added: head/devel/py-yandex-money-sdk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-yandex-money-sdk/pkg-descr	Sat Aug 22 13:56:51 2015	(r395033)
@@ -0,0 +1,5 @@
+SDK yandex money API
+
+API description: https://tech.yandex.com/money/
+
+WWW: https://pypi.python.org/pypi/yandex-money-sdk


More information about the svn-ports-all mailing list