Python Azure
This commit is contained in:
5
dev-python/cli_helpers/Manifest
Normal file
5
dev-python/cli_helpers/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST cli_helpers-0.2.3.tar.gz 35164 BLAKE2B 99c545e12317424ac76e35ad6231a4e94f0f4f86b19dea2daef026a23642a2819b5a296b1556ce705e7cbbceedc8448f633fc248f4f04d05992ad8dfa93a6d44 SHA512 5b495a7bcc283e93e7f45cd7920d625057c959055626fb858c6ca3a02213199e62c51328973da111d5a67ee2093bf6f7342a00fd111cab5c343b4147f0b18ad6
|
||||
DIST cli_helpers-2.0.1.tar.gz 32633 BLAKE2B 4bb66cd86871b18f52c737a06968a56098151273ab0a87386db62543961f3a699f37018f9e722a55635dca3136253c59a50d3ec7cb6ebb68d833abe2a320526c SHA512 e470eff51760c5e80d01a318eeb3d91510bd34ed7c094c4196342a74306ec0fe0751514d2ef2a5f77570d8434d417557cc83a8c34d0febdbc7c2cce7b1faf8a6
|
||||
EBUILD cli_helpers-0.2.3-r1.ebuild 534 BLAKE2B 1dabf0f13f07a58d835da8dddb21d168ea79649ad385861b05964e20f1260024907d4109113ab7c5e1b9356e65d2bdf99caadd00c0aa66de0fb070d89d48b687 SHA512 78779d15b66951c053f7d9c7c442c3277653d0954ab161128a6abef28abc0f0dc76db2fdd63bac06a93481ef31aa05ed9d1425364e5f95060fb73659a7012487
|
||||
EBUILD cli_helpers-2.0.1.ebuild 660 BLAKE2B c9f0bdd022d7bc0612558189eb618f8507ad8970e88ac2c27761939e3921d0880760f182510047433cb4d07fecd9674ed5e21e09757c5f6db1d54ea2d4c37f09 SHA512 1bf212393f160936c28fb9e1d40d466353a8221c7ecc09bb991dc6c80db356455daf9adf17c976d2375d0c4acf302ba00cebf7d7e3b30bd26c0d22a5e9adc640
|
||||
MISC metadata.xml 407 BLAKE2B a1128f59da6b44295f47017d6c08b582d58b51b551e4ec866ca0b40778c4353f9c633fbbd3423df0d89b7c85f81caece2fa3a9ce40be2fbf4231961dde1aaf92 SHA512 19d20ea5cc6006d8b35576e7d68167b797eb677cbd62a150f82ac6738ae43d658d9461ae3ed0499b259812ab7b1e4aeb30348436c25fd96e95cc75667fad803c
|
||||
20
dev-python/cli_helpers/cli_helpers-0.2.3-r1.ebuild
Normal file
20
dev-python/cli_helpers/cli_helpers-0.2.3-r1.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python helpers for common CLI tasks"
|
||||
HOMEPAGE="https://cli-helpers.rtfd.io/"
|
||||
SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
dev-python/terminaltables[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
25
dev-python/cli_helpers/cli_helpers-2.0.1.ebuild
Normal file
25
dev-python/cli_helpers/cli_helpers-2.0.1.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python helpers for common CLI tasks"
|
||||
HOMEPAGE="https://cli-helpers.rtfd.io/"
|
||||
SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tabulate-0.8.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/wcwidth[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
14
dev-python/cli_helpers/metadata.xml
Normal file
14
dev-python/cli_helpers/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>grknight@gentoo.org</email>
|
||||
<name>Brian Evans</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dbcli/cli_helpers</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user