pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net py-stone: added version 3.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c69b1b039831
branches:  trunk
changeset: 445345:c69b1b039831
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 20 21:02:13 2021 +0000

description:
py-stone: added version 3.2.1

The Official Api Spec Language for Dropbox.

diffstat:

 net/Makefile          |    3 +-
 net/py-stone/DESCR    |    1 +
 net/py-stone/Makefile |   19 +++++++
 net/py-stone/PLIST    |  133 ++++++++++++++++++++++++++++++++++++++++++++++++++
 net/py-stone/distinfo |    6 ++
 5 files changed, 161 insertions(+), 1 deletions(-)

diffs (192 lines):

diff -r d48a8123087a -r c69b1b039831 net/Makefile
--- a/net/Makefile      Wed Jan 20 20:40:54 2021 +0000
+++ b/net/Makefile      Wed Jan 20 21:02:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1375 2021/01/19 08:13:56 wiz Exp $
+# $NetBSD: Makefile,v 1.1376 2021/01/20 21:02:13 adam Exp $
 #
 
 COMMENT=       Networking tools
@@ -756,6 +756,7 @@
 SUBDIR+=       py-socksipy-branch
 SUBDIR+=       py-softlayer
 SUBDIR+=       py-softlayer_messaging
+SUBDIR+=       py-stone
 SUBDIR+=       py-subunit
 SUBDIR+=       py-tldextract
 SUBDIR+=       py-tweepy
diff -r d48a8123087a -r c69b1b039831 net/py-stone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-stone/DESCR        Wed Jan 20 21:02:13 2021 +0000
@@ -0,0 +1,1 @@
+The Official Api Spec Language for Dropbox.
diff -r d48a8123087a -r c69b1b039831 net/py-stone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-stone/Makefile     Wed Jan 20 21:02:13 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/01/20 21:02:13 adam Exp $
+
+DISTNAME=      stone-3.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stone/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/dropbox/stone
+COMMENT=       Interface description language (IDL) for APIs
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-ply>=3.4:../../devel/py-ply
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.3.0:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d48a8123087a -r c69b1b039831 net/py-stone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-stone/PLIST        Wed Jan 20 21:02:13 2021 +0000
@@ -0,0 +1,133 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/20 21:02:13 adam Exp $
+bin/stone
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/stone/__init__.py
+${PYSITELIB}/stone/__init__.pyc
+${PYSITELIB}/stone/__init__.pyo
+${PYSITELIB}/stone/backend.py
+${PYSITELIB}/stone/backend.pyc
+${PYSITELIB}/stone/backend.pyo
+${PYSITELIB}/stone/backends/__init__.py
+${PYSITELIB}/stone/backends/__init__.pyc
+${PYSITELIB}/stone/backends/__init__.pyo
+${PYSITELIB}/stone/backends/helpers.py
+${PYSITELIB}/stone/backends/helpers.pyc
+${PYSITELIB}/stone/backends/helpers.pyo
+${PYSITELIB}/stone/backends/js_client.py
+${PYSITELIB}/stone/backends/js_client.pyc
+${PYSITELIB}/stone/backends/js_client.pyo
+${PYSITELIB}/stone/backends/js_helpers.py
+${PYSITELIB}/stone/backends/js_helpers.pyc
+${PYSITELIB}/stone/backends/js_helpers.pyo
+${PYSITELIB}/stone/backends/js_types.py
+${PYSITELIB}/stone/backends/js_types.pyc
+${PYSITELIB}/stone/backends/js_types.pyo
+${PYSITELIB}/stone/backends/obj_c.py
+${PYSITELIB}/stone/backends/obj_c.pyc
+${PYSITELIB}/stone/backends/obj_c.pyo
+${PYSITELIB}/stone/backends/obj_c_client.py
+${PYSITELIB}/stone/backends/obj_c_client.pyc
+${PYSITELIB}/stone/backends/obj_c_client.pyo
+${PYSITELIB}/stone/backends/obj_c_helpers.py
+${PYSITELIB}/stone/backends/obj_c_helpers.pyc
+${PYSITELIB}/stone/backends/obj_c_helpers.pyo
+${PYSITELIB}/stone/backends/obj_c_types.py
+${PYSITELIB}/stone/backends/obj_c_types.pyc
+${PYSITELIB}/stone/backends/obj_c_types.pyo
+${PYSITELIB}/stone/backends/python_client.py
+${PYSITELIB}/stone/backends/python_client.pyc
+${PYSITELIB}/stone/backends/python_client.pyo
+${PYSITELIB}/stone/backends/python_helpers.py
+${PYSITELIB}/stone/backends/python_helpers.pyc
+${PYSITELIB}/stone/backends/python_helpers.pyo
+${PYSITELIB}/stone/backends/python_rsrc/__init__.py
+${PYSITELIB}/stone/backends/python_rsrc/__init__.pyc
+${PYSITELIB}/stone/backends/python_rsrc/__init__.pyo
+${PYSITELIB}/stone/backends/python_rsrc/stone_base.py
+${PYSITELIB}/stone/backends/python_rsrc/stone_base.pyc
+${PYSITELIB}/stone/backends/python_rsrc/stone_base.pyo
+${PYSITELIB}/stone/backends/python_rsrc/stone_serializers.py
+${PYSITELIB}/stone/backends/python_rsrc/stone_serializers.pyc
+${PYSITELIB}/stone/backends/python_rsrc/stone_serializers.pyo
+${PYSITELIB}/stone/backends/python_rsrc/stone_validators.py
+${PYSITELIB}/stone/backends/python_rsrc/stone_validators.pyc
+${PYSITELIB}/stone/backends/python_rsrc/stone_validators.pyo
+${PYSITELIB}/stone/backends/python_type_mapping.py
+${PYSITELIB}/stone/backends/python_type_mapping.pyc
+${PYSITELIB}/stone/backends/python_type_mapping.pyo
+${PYSITELIB}/stone/backends/python_type_stubs.py
+${PYSITELIB}/stone/backends/python_type_stubs.pyc
+${PYSITELIB}/stone/backends/python_type_stubs.pyo
+${PYSITELIB}/stone/backends/python_types.py
+${PYSITELIB}/stone/backends/python_types.pyc
+${PYSITELIB}/stone/backends/python_types.pyo
+${PYSITELIB}/stone/backends/swift.py
+${PYSITELIB}/stone/backends/swift.pyc
+${PYSITELIB}/stone/backends/swift.pyo
+${PYSITELIB}/stone/backends/swift_client.py
+${PYSITELIB}/stone/backends/swift_client.pyc
+${PYSITELIB}/stone/backends/swift_client.pyo
+${PYSITELIB}/stone/backends/swift_helpers.py
+${PYSITELIB}/stone/backends/swift_helpers.pyc
+${PYSITELIB}/stone/backends/swift_helpers.pyo
+${PYSITELIB}/stone/backends/swift_types.py
+${PYSITELIB}/stone/backends/swift_types.pyc
+${PYSITELIB}/stone/backends/swift_types.pyo
+${PYSITELIB}/stone/backends/tsd_client.py
+${PYSITELIB}/stone/backends/tsd_client.pyc
+${PYSITELIB}/stone/backends/tsd_client.pyo
+${PYSITELIB}/stone/backends/tsd_helpers.py
+${PYSITELIB}/stone/backends/tsd_helpers.pyc
+${PYSITELIB}/stone/backends/tsd_helpers.pyo
+${PYSITELIB}/stone/backends/tsd_types.py
+${PYSITELIB}/stone/backends/tsd_types.pyc
+${PYSITELIB}/stone/backends/tsd_types.pyo
+${PYSITELIB}/stone/cli.py
+${PYSITELIB}/stone/cli.pyc
+${PYSITELIB}/stone/cli.pyo
+${PYSITELIB}/stone/cli_helpers.py
+${PYSITELIB}/stone/cli_helpers.pyc
+${PYSITELIB}/stone/cli_helpers.pyo
+${PYSITELIB}/stone/compiler.py
+${PYSITELIB}/stone/compiler.pyc
+${PYSITELIB}/stone/compiler.pyo
+${PYSITELIB}/stone/frontend/__init__.py
+${PYSITELIB}/stone/frontend/__init__.pyc
+${PYSITELIB}/stone/frontend/__init__.pyo
+${PYSITELIB}/stone/frontend/ast.py
+${PYSITELIB}/stone/frontend/ast.pyc
+${PYSITELIB}/stone/frontend/ast.pyo
+${PYSITELIB}/stone/frontend/exception.py
+${PYSITELIB}/stone/frontend/exception.pyc
+${PYSITELIB}/stone/frontend/exception.pyo
+${PYSITELIB}/stone/frontend/frontend.py
+${PYSITELIB}/stone/frontend/frontend.pyc
+${PYSITELIB}/stone/frontend/frontend.pyo
+${PYSITELIB}/stone/frontend/ir_generator.py
+${PYSITELIB}/stone/frontend/ir_generator.pyc
+${PYSITELIB}/stone/frontend/ir_generator.pyo
+${PYSITELIB}/stone/frontend/lexer.py
+${PYSITELIB}/stone/frontend/lexer.pyc
+${PYSITELIB}/stone/frontend/lexer.pyo
+${PYSITELIB}/stone/frontend/parser.py
+${PYSITELIB}/stone/frontend/parser.pyc
+${PYSITELIB}/stone/frontend/parser.pyo
+${PYSITELIB}/stone/ir/__init__.py
+${PYSITELIB}/stone/ir/__init__.pyc
+${PYSITELIB}/stone/ir/__init__.pyo
+${PYSITELIB}/stone/ir/api.py
+${PYSITELIB}/stone/ir/api.pyc
+${PYSITELIB}/stone/ir/api.pyo
+${PYSITELIB}/stone/ir/data_types.py
+${PYSITELIB}/stone/ir/data_types.pyc
+${PYSITELIB}/stone/ir/data_types.pyo
+${PYSITELIB}/stone/py.typed
+${PYSITELIB}/stone/typing_hacks.py
+${PYSITELIB}/stone/typing_hacks.pyc
+${PYSITELIB}/stone/typing_hacks.pyo
diff -r d48a8123087a -r c69b1b039831 net/py-stone/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-stone/distinfo     Wed Jan 20 21:02:13 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/20 21:02:13 adam Exp $
+
+SHA1 (stone-3.2.1.tar.gz) = d3e93ef0d4b94bd4282b422ba1dd75eb3375ecf4
+RMD160 (stone-3.2.1.tar.gz) = 6d47b31cb85e89e473bf4e15d2e84cc0575fca2e
+SHA512 (stone-3.2.1.tar.gz) = 6cfae8ee63c2e47f3faf561959d48457440f6cf63996efb9da92306b45021c5b55c975444e6907b9b5ea076b431cbc4cfc228d155ebc190eaf32c918f44ab8c5
+Size (stone-3.2.1.tar.gz) = 189351 bytes



Home | Main Index | Thread Index | Old Index