add stdiomask-0.0.6, add subarulink-0.3.12
This commit is contained in:
3
dev-python/stdiomask/Manifest
Normal file
3
dev-python/stdiomask/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST stdiomask-0.0.6.tar.gz 3628 BLAKE2B df7e8ca79ce392d6ecb8f1056387769f6eda10472f370730730d40edf0ba4be5a0918bf83fac2b5c6be27a99f7b50f7c0adb302a5d6747b4eeba6a58a4a612c7 SHA512 6d910849744e20a950b2a6b80ae963295603b8de31d82a65ceffb251635b91e91686bd9fdc650ab75d2d62eeda9e28e63915df042f5a17ee05af7dfbb5eb243a
|
||||
EBUILD stdiomask-0.0.6.ebuild 784 BLAKE2B 3e130d58711d4f71517d71a07591a2b39ddc29d92c6ec07a4c4da07ca2e26f336a0148b36d5e6377e8b64ae5125a085c500a9a3894c99d919d624322545c6784 SHA512 7992e06dd0756217f3e4082d9d2db7dcce7e206900f407fd0ca8ef8b24913126e2bcb2dbd6b0f5039832ad3145bbd7caccea3209b1f2e74cabf506529ac0afec
|
||||
MISC metadata.xml 456 BLAKE2B 326646324c25ccdd3a7e0bab2c5cc1e3984b6260aa94bb9f57ec6e8472b6df9877c881695227063ba472ec64155a74c16d776de276f69e3947c28f595a688e9b SHA512 90003e23bb3a2c30d40a15c806b22833608375c44345c21369727c3c0e46f29aa3dd01adb29299a7e0d0a55a3e552780f642f0f4c9a51e6a8548b92a0adf5e7c
|
||||
15
dev-python/stdiomask/metadata.xml
Normal file
15
dev-python/stdiomask/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">stdiomask</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>al@inventwithpython.com</email>
|
||||
<name>Al Sweigart</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
32
dev-python/stdiomask/stdiomask-0.0.6.ebuild
Normal file
32
dev-python/stdiomask/stdiomask-0.0.6.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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="A cross-platform Python module for entering passwords to a stdio terminal and displaying a **** mask, which getpass cannot do."
|
||||
HOMEPAGE="https://github.com/asweigart/stdiomask https://pypi.org/project/stdiomask/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user