mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
gpsoauth-1.0.2.ebuild
This commit is contained in:
parent
ae5c096deb
commit
6afc521328
4 changed files with 52 additions and 0 deletions
1
dev-python/gpsoauth/Manifest
Normal file
1
dev-python/gpsoauth/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST gpsoauth-1.0.2.tar.gz 6366 BLAKE2B f76b1478fdfb922530f462af9ec5e5d99e61b99490d32e1f5e2882d678596935efaf5644a1aa164bd1177a3efcfc91235382852c668383d9fca12aa0dde06f23 SHA512 ee8ed3b5a2939d26fd252c71fa0203adf52be07a80cf402a5eba7975e35cbe560cc7204fa9fcfa88b10d9a398c9dc5f569a254d2d7e5468d0e60c66fb487d825
|
||||
28
dev-python/gpsoauth/gpsoauth-1.0.2.ebuild
Normal file
28
dev-python/gpsoauth/gpsoauth-1.0.2.ebuild
Normal 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
|
||||
}
|
||||
1
dev-python/javaobj-py3/Manifest
Normal file
1
dev-python/javaobj-py3/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST javaobj-py3-0.4.3.tar.gz 50125 BLAKE2B 2c3a2fdf977f5ccdbf02acb1a5c65c18f3c93a5a20741712a5b0dd37f0b8db77aec7f3f7dd34522ba2551ed4fa43c03c24dc0fb284fb977ebdc136d16cbae34a SHA512 175d04a0df6694f21c781e7f5acf2891492d4f282329ad14f3dadb94f44c567abfe0a185df9d997497ba60759019f92ed1b569ea6603a6ee67c5efb46fa11adb
|
||||
22
dev-python/javaobj-py3/javaobj-py3-0.4.3.ebuild
Normal file
22
dev-python/javaobj-py3/javaobj-py3-0.4.3.ebuild
Normal 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}"
|
||||
Loading…
Reference in a new issue