dev-python/twentyc-rpc: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
50f1ec74b3
commit
bb4800d7ef
1
dev-python/twentyc-rpc/Manifest
Normal file
1
dev-python/twentyc-rpc/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST twentyc-rpc-0.4.0.tar.gz 3338 BLAKE2B 3b3419595eebde2d34780fa112537fd0f014fda08833d60c1ac3ce6f202f041e7556995e2baae9d8e1b3f0cce78221ec116cb6f35905c06605d152b8564309c7 SHA512 b633ccc6c24610dbebe212e40292735113a56aa650c20b6eca6f67971368bb585745cc8d3b4dce91fce64ccd911db3322745051dc96caa27767afd306c6ba15b
|
8
dev-python/twentyc-rpc/metadata.xml
Normal file
8
dev-python/twentyc-rpc/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
26
dev-python/twentyc-rpc/twentyc-rpc-0.4.0.ebuild
Normal file
26
dev-python/twentyc-rpc/twentyc-rpc-0.4.0.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN//-/.}
|
||||
|
||||
DESCRIPTION="client for 20c's RESTful API"
|
||||
HOMEPAGE="https://pypi.org/project/twentyc.rpc/
|
||||
https://github.com/20c/twentyc.rpc"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/six-1.10[${PYTHON_USEDEP}]
|
||||
<dev-python/six-2.0[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
Loading…
Reference in a new issue