pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 20 21:02:13 UTC 2021

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/py-stone: DESCR Makefile PLIST distinfo

Log Message:
py-stone: added version 3.2.1

The Official Api Spec Language for Dropbox.


To generate a diff of this commit:
cvs rdiff -u -r1.1375 -r1.1376 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-stone/DESCR pkgsrc/net/py-stone/Makefile \
    pkgsrc/net/py-stone/PLIST pkgsrc/net/py-stone/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1375 pkgsrc/net/Makefile:1.1376
--- pkgsrc/net/Makefile:1.1375  Tue Jan 19 08:13:56 2021
+++ pkgsrc/net/Makefile Wed Jan 20 21:02:13 2021
@@ -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-socketpool
 SUBDIR+=       py-socksipy-branch
 SUBDIR+=       py-softlayer
 SUBDIR+=       py-softlayer_messaging
+SUBDIR+=       py-stone
 SUBDIR+=       py-subunit
 SUBDIR+=       py-tldextract
 SUBDIR+=       py-tweepy

Added files:

Index: pkgsrc/net/py-stone/DESCR
diff -u /dev/null pkgsrc/net/py-stone/DESCR:1.1
--- /dev/null   Wed Jan 20 21:02:13 2021
+++ pkgsrc/net/py-stone/DESCR   Wed Jan 20 21:02:13 2021
@@ -0,0 +1 @@
+The Official Api Spec Language for Dropbox.
Index: pkgsrc/net/py-stone/Makefile
diff -u /dev/null pkgsrc/net/py-stone/Makefile:1.1
--- /dev/null   Wed Jan 20 21:02:13 2021
+++ pkgsrc/net/py-stone/Makefile        Wed Jan 20 21:02:13 2021
@@ -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"
Index: pkgsrc/net/py-stone/PLIST
diff -u /dev/null pkgsrc/net/py-stone/PLIST:1.1
--- /dev/null   Wed Jan 20 21:02:13 2021
+++ pkgsrc/net/py-stone/PLIST   Wed Jan 20 21:02:13 2021
@@ -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
Index: pkgsrc/net/py-stone/distinfo
diff -u /dev/null pkgsrc/net/py-stone/distinfo:1.1
--- /dev/null   Wed Jan 20 21:02:13 2021
+++ pkgsrc/net/py-stone/distinfo        Wed Jan 20 21:02:13 2021
@@ -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