From 71145c7a7a495693a89ba55418383243d57059bf Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Thu, 26 May 2022 16:08:25 +0200 Subject: [PATCH] bump pytrafikverket-0.2.0.1 --- README.md | 4 +-- dev-python/pytrafikverket/Manifest | 2 ++ .../pytrafikverket-0.2.0.1.ebuild | 35 +++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 dev-python/pytrafikverket/pytrafikverket-0.2.0.1.ebuild diff --git a/README.md b/README.md index 30cf166fa..4a0cfaf73 100644 --- a/README.md +++ b/README.md @@ -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 1736 Ebuilds in total, 1729 of them have in total 1736 (35 different) licenses assigned. +There are 1737 Ebuilds in total, 1730 of them have in total 1737 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1062| +|MIT|1063| |Apache-2.0|306| |GPL-3|109| |BSD|96| diff --git a/dev-python/pytrafikverket/Manifest b/dev-python/pytrafikverket/Manifest index 51fbfae52..105c4a7f8 100644 --- a/dev-python/pytrafikverket/Manifest +++ b/dev-python/pytrafikverket/Manifest @@ -1,3 +1,5 @@ DIST pytrafikverket-0.1.6.2.tar.gz 8660 BLAKE2B 1730fc41780e6ab346bb8b0d9a7991a313c6f19f1dae11a3fad8fa52590ac42f6312ce90be0391a0c49ea10e798df845f8d47ec28b14af06e9990ad57e274f53 SHA512 1216cfbc315706779c5e35d23d4dbe9bbfbaa26758c10fe84a1b798f06a4cb8e4cbb5b4bbbe516f58ee9a171d8ab84cafaa6be0c6a6224f30bc9626409c2a965 +DIST pytrafikverket-0.2.0.1.tar.gz 9516 BLAKE2B 6f65d88b1bd28eb30823ecc8ca5f5e53b209b2dc89df4dc03224d5b63978587694ab3339c1e8baeba728846f11d89ef4509fe5369f35ea2e3484b94872c69b6d SHA512 20d018b8bc6dcfe828e25991b762475e783eebe1b28202321f5d2e4b9c425930b750e0fff7ebca8afa4ca3cc41624adb6333cc07bd9c9fb89854d5905a275192 EBUILD pytrafikverket-0.1.6.2.ebuild 857 BLAKE2B df6d2dbfb25b2263b2adbeed07209d1bbcb4132614998dbdb643e50b2bb2f0e971097427eae0e0045ae0f7ec7dc13e515c64bd357bda356431f108057a181ac2 SHA512 fa4073356dd5c782e5771e081812acc3beb9c8aae63dc46ff0671377a7ed87cef00e8dd1b8153e02da38d46d973aae4423f13d24a788c3a4fc4d3f2b28b131f9 +EBUILD pytrafikverket-0.2.0.1.ebuild 862 BLAKE2B a9d00d75412fe1d3a73829438635848908b738329cc2571ba334d4dff6c994d91980097ce25668abbbff436d8521895ef6d07d92f6dea3299858258e5aacac2a SHA512 c86e62f84388156bccf69e6d243f74d9f2e92efa93fca36fad0cab7ca062484a1133c1d4de1c93143f01203de92f8199f557a3f362e76a89b8d99260e52462c6 MISC metadata.xml 333 BLAKE2B 7558471b17d66a6c55945de25b4b6e8c658a4ce4e623918d3e3476f50b0748a631996afcdabea77bdb36f9042ba1ab02ab57bd97e7ebf8f279e68449a3731110 SHA512 cf5ab3341d8a9db68b53b2103e297bff99d0bad83793024ee214d94a1d8f3b71a83ad5b64544ce1d6bbd944a3d450e42180ceffde2de1185ec9592bf893c1fd5 diff --git a/dev-python/pytrafikverket/pytrafikverket-0.2.0.1.ebuild b/dev-python/pytrafikverket/pytrafikverket-0.2.0.1.ebuild new file mode 100644 index 000000000..36f8f4a79 --- /dev/null +++ b/dev-python/pytrafikverket/pytrafikverket-0.2.0.1.ebuild @@ -0,0 +1,35 @@ +# 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="Retreive values from public API at trafikverket in sweden." +HOMEPAGE="https://github.com/endor-force/pytrafikverket https://pypi.org/project/pytrafikverket/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +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/async_timeout[${PYTHON_USEDEP}] + dev-python/lxml[${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 +}