add laundrify-aio-1.1.1
This commit is contained in:
@@ -524,11 +524,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## 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 1732 Ebuilds in total, 1725 of them have in total 1732 (35 different) licenses assigned.
|
||||
There are 1733 Ebuilds in total, 1726 of them have in total 1733 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1059|
|
||||
|MIT|1060|
|
||||
|Apache-2.0|306|
|
||||
|GPL-3|108|
|
||||
|BSD|96|
|
||||
|
||||
3
dev-python/laundrify-aio/Manifest
Normal file
3
dev-python/laundrify-aio/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST laundrify-aio-1.1.1.tar.gz 3744 BLAKE2B b3dac485c49e6fb23614d48defb5c7ce12b48332def6fb64a7dc0f4a4f897a34eed7c1e956bd3b610ebf8a1e6e5d9a851508c39ecf353d2c231e8f125b330fca SHA512 65d235a7d20cbde736fe8f0c346f01b0a4f3dadfa63e28300fdf26bbe3e3d220e0cb2efebd9910e6a4b1e9ababb9148e40d726dd7578d97a293363c2d20de79f
|
||||
EBUILD laundrify-aio-1.1.1.ebuild 919 BLAKE2B 0ab758225a03a54b12ee64acaaea2969078e7973d3c5b081d2d57bd1452806c7f71eb190161495460bdaa2a475e390e0e1350350d70ce10fbb3409a47cb5faa2 SHA512 f58bb5a543b2bab9829cf794ec0f2f98a87e7b2b9f4ee4732ffa3e0e906c7b0670390c6ac980ea88fec1601aa02dd85eea9557fdd28f052bd65493f6c9f79a79
|
||||
MISC metadata.xml 457 BLAKE2B 7fe6e8b7035933636ccea6d7e49f102797144754e7569e1012c123d1a5f7a37196d3cdc677674bd14a515c240d31524ba96595dfb7b1e433c80fa93668524774 SHA512 750da955959fc434043849b89e0ac51b1d12ad7ce25e2a5406d7bcdf4b2aabf08be36f519861ee5903d31f64b024062ffb7944999761166ef24618226cf3f49d
|
||||
38
dev-python/laundrify-aio/laundrify-aio-1.1.1.ebuild
Normal file
38
dev-python/laundrify-aio/laundrify-aio-1.1.1.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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 Python package to communicate with the laundrify API"
|
||||
HOMEPAGE="https://github.com/laundrify/laundrify-pypi https://pypi.org/project/laundrify-aio/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
15
dev-python/laundrify-aio/metadata.xml
Normal file
15
dev-python/laundrify-aio/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">laundrify-aio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mike@laundrify.de</email>
|
||||
<name>Mike Mülhaupt</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user