mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 20:30:33 -04:00
dev-python/funcsigs: new package, add 0.4
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
1
dev-python/funcsigs/Manifest
Normal file
1
dev-python/funcsigs/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST funcsigs-0.4.gh.tar.gz 24832 BLAKE2B c166585ce31e5ef08b8456c4a2e82f5255c494aa212f7364e752faab38ede9a2315a80c82f2fe3db325af53e3824a6fc3c5f23ed2b2101c7fd38114cdd5ba3ab SHA512 0a5d2a2eca954344b0fc5d4de6457bd191097faf8fe6c38097953fb576de8a59d9573426b7da6fe40bba5205f73e909294bc4659971b615b84701a7ad4ba0d25
|
||||
19
dev-python/funcsigs/funcsigs-0.4.ebuild
Normal file
19
dev-python/funcsigs/funcsigs-0.4.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python function signatures package for Python 2.6, 2.7 and 3.2+"
|
||||
HOMEPAGE="https://github.com/aliles/funcsigs https://pypi.org/project/funcsigs"
|
||||
SRC_URI="https://github.com/aliles/funcsigs/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
8
dev-python/funcsigs/metadata.xml
Normal file
8
dev-python/funcsigs/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>
|
||||
<upstream>
|
||||
<remote-id type="pypi">funcsigs</remote-id>
|
||||
<remote-id type="github">aliles/funcsigs</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user