gpsoauth-1.0.2.ebuild

This commit is contained in:
Anton Bolshakov 2022-08-12 20:35:59 +08:00
parent ae5c096deb
commit 6afc521328
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST gpsoauth-1.0.2.tar.gz 6366 BLAKE2B f76b1478fdfb922530f462af9ec5e5d99e61b99490d32e1f5e2882d678596935efaf5644a1aa164bd1177a3efcfc91235382852c668383d9fca12aa0dde06f23 SHA512 ee8ed3b5a2939d26fd252c71fa0203adf52be07a80cf402a5eba7975e35cbe560cc7204fa9fcfa88b10d9a398c9dc5f569a254d2d7e5468d0e60c66fb487d825

View file

@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A client library for Google Play Services OAuth."
HOMEPAGE="https://github.com/simon-weber/gpsoauth"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=">=dev-python/pycryptodome-3.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.0.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
sed -i -e 's:Cryptodome:Crypto:' ./gpsoauth/google.py || die
default
}

View file

@ -0,0 +1 @@
DIST javaobj-py3-0.4.3.tar.gz 50125 BLAKE2B 2c3a2fdf977f5ccdbf02acb1a5c65c18f3c93a5a20741712a5b0dd37f0b8db77aec7f3f7dd34522ba2551ed4fa43c03c24dc0fb284fb977ebdc136d16cbae34a SHA512 175d04a0df6694f21c781e7f5acf2891492d4f282329ad14f3dadb94f44c567abfe0a185df9d997497ba60759019f92ed1b569ea6603a6ee67c5efb46fa11adb

View file

@ -0,0 +1,22 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
#https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
#DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="Module for serializing and de-serializing Java objects"
HOMEPAGE="https://github.com/tcalmant/python-javaobj"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"