diff options
Diffstat (limited to 'dev-python/py-oauth2')
-rw-r--r-- | dev-python/py-oauth2/Manifest | 2 | ||||
-rw-r--r-- | dev-python/py-oauth2/py-oauth2-0.0.6.ebuild | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/py-oauth2/Manifest b/dev-python/py-oauth2/Manifest new file mode 100644 index 0000000..8824a8e --- /dev/null +++ b/dev-python/py-oauth2/Manifest @@ -0,0 +1,2 @@ +DIST py-oauth2-0.0.6.tar.gz 6150 SHA256 1b14810e01435d348d8f7892056a75fbd3578876fc392674ba62264c06702bf0 SHA512 7c8894fbb502ed751af83488414e0a9421b7b51dbb86f889fe4a4c5823788768c4cab98aea8feb4829235d1d190f7a8e8d81c1a987dec15705a2f712357d83b9 WHIRLPOOL 413e52a5ea995e2c876450db0b7f769d048f66a591835fdfe66e1f5ad86dbc9b4b2dcc521b9f2fb9af2c5256910189cccb2b70555da5a53c419ae083b7303d37 +EBUILD py-oauth2-0.0.6.ebuild 403 SHA256 6b1bc954e393db0d202f52d18eade6a218f8748537e30322e2d2ce43beaa1e0d SHA512 374e27bd2cf9e3ddf57ba7991bbf5b71f39abf12918a726f238fe0775e446c52139c4429c39e5c8698871b1ede93f9b19f72ca16ba89d8dad4184c0b7fa7c54a WHIRLPOOL 90d802c6262d5024b7347811ea7b31d6bf2d853231c8a2a6be93e91f56523f70037756989e62327e80767e62651a630aaf94140e542c564830eb1eb3c748e86e diff --git a/dev-python/py-oauth2/py-oauth2-0.0.6.ebuild b/dev-python/py-oauth2/py-oauth2-0.0.6.ebuild new file mode 100644 index 0000000..738e2e9 --- /dev/null +++ b/dev-python/py-oauth2/py-oauth2-0.0.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python{2_{5,6,7},3_{1,2,3}}) + +inherit distutils-r1 + +DESCRIPTION="A Python wrapper for the OAuth 2.0 specification." +HOMEPAGE="https://github.com/liluo/py-oauth2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" |