add config-0.5.1
This commit is contained in:
@@ -496,7 +496,7 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1720 Ebuilds in total, 1712 of them have in total 1719 (34 different) licenses assigned.
|
||||
There are 1721 Ebuilds in total, 1713 of them have in total 1720 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@@ -508,7 +508,7 @@ There are 1720 Ebuilds in total, 1712 of them have in total 1719 (34 different)
|
||||
|GPL-2|22|
|
||||
|LGPL-3+|17|
|
||||
|GPL-3+|14|
|
||||
|all-rights-reserved|13|
|
||||
|all-rights-reserved|14|
|
||||
|BSD-2|7|
|
||||
|Unlicense|6|
|
||||
|LGPL-2.1|6|
|
||||
|
||||
3
dev-python/config/Manifest
Normal file
3
dev-python/config/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST config-0.5.1.zip 90284 BLAKE2B 12172766cd76f209b3e5a188c4b95ea3642f19e20cb2b06f1954415d5a5b9e08b8d782b3d54d17a6ea0d4ebbe0c4bd5b5b7b8b6207e809a91f8886ef180f6f91 SHA512 996e56023a7ab15a234a70215cdcd6bf04c910de0533dba649df933b2f780398d9113404f2f1a9882f3adb828be6d09fd6927e2ce60463ceff8072534e42bb5e
|
||||
EBUILD config-0.5.1.ebuild 785 BLAKE2B 5f41f0eef1df657d9ad23e607d31145bb26fb8ecb1feac882c11028e2f46273b04a777c2b5fb07d12807010489f34f28735314471e7b69ad3701ce66f0fc932a SHA512 e828d172897c72cec0a04318938516cb092932caa17aa0d81a312aaea418fbc750d48cb2040183468eb3977e60734291cd11aa2f70c5c0d61611f3ae973332a7
|
||||
MISC metadata.xml 454 BLAKE2B 016d28007dbf058e826ff91cebc9c8c737e20a509a8e5227220f0cef29b7a8414dfa59a3256e0b8778d84eef9f22fa558e29f0fbcf1132f3421d5fd5c3320426 SHA512 47282b87519e4a4d49658eeb820e134cb7631c6115d2cbdc308043d043e3e955564ddf835d34ef7960e8ff189084e3a250638aa72b78b3f69f9dacbcb84a8dbb
|
||||
34
dev-python/config/config-0.5.1.ebuild
Normal file
34
dev-python/config/config-0.5.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A hierarchical, easy-to-use, powerful configuration module for Python"
|
||||
HOMEPAGE="http://docs.red-dove.com/cfg/python.html https://pypi.org/project/config/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test ) mirror"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
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
|
||||
}
|
||||
15
dev-python/config/metadata.xml
Normal file
15
dev-python/config/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">config</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>vinay_sajip@red-dove.com</email>
|
||||
<name>Vinay Sajip</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user