add url-normalize-1.4.1 and poetry-0.12.17

This commit is contained in:
Andreas Billmeier 2019-11-23 09:37:37 +01:00
parent 6e730d7cd2
commit 13e8a1ab8d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 101 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11-22
* add url-normalize-1.4.1 and poetry-0.12.17
* add horimote-0.4.1
* add pyhomeworks-0.0.6
* add HAP-python-2.6.0 and tlslite-ng-0.7.5

View File

@ -0,0 +1,3 @@
DIST poetry-0.12.17.tar.gz 154341 BLAKE2B ed1e9497f6a86401d34e3fd7dad1bf66d276e7278d1f0a07a2ab8a1797a80817a4873a290f74248cd0b21d486865fc5744642e06046f5a4cc6b05b578ad9b775 SHA512 78a35674945bc7e97effe883e0ba79b370cd1a91c307a2c70df0166dd93e66cf223b0ff3db4f742fa8914b55b26adeef0f00c69fc6b781d63d5c3726d59780c7
EBUILD poetry-0.12.17.ebuild 793 BLAKE2B 6793fecd10d5e67534c9235a87264d60b7eb108751db0e55b5d68daafd69df69906dcdebc82a4d9b326f1b9d481bf42867c15b96fc9ea86213aae78e24f0f3ad SHA512 f82a954282881c1755860c56d0745b3e9f7aa33664b0f246a60162eafd560a38ab056f048ebbe62b46b8e7367cf802b4417838ad2da3d588e72edb71e396e548
MISC metadata.xml 464 BLAKE2B cf12c0fd582817965ee7e56de1aa949b98762e3ca5e36672b3157b5015606b2c8be9e0d1ae0fd84f17a316a7b21e508a12d07e96bc153fa39833d4509af69980 SHA512 6a7c12e18eaa3646554ea1357fc490b7c325ac50e364d0ae646b4eb7bbecd41b0b0f822d77c69c205db6c52f4561cbccf6d298ba790959b69b1a96633dd23db4

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">poetry</remote-id>
<maintainer status="unknown">
<email>sebastien@eustace.io</email>
<name>Sébastien Eustace</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python dependency management and packaging made easy."
HOMEPAGE="https://poetry.eustace.io/ https://pypi.org/project/poetry/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
>=dev-python/click-6.5[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}

View File

@ -0,0 +1,3 @@
DIST url-normalize-1.4.1.tar.gz 5005 BLAKE2B e9fdddea2b7f42552ae467c922512c5ed0f5848401e142e44afce5c496da0ddd44e67b858f48625b98804dba50655316ee55ac1240f008e8cb1e801fbbdd58ee SHA512 4e29c4986cfe390f2fce67f3b1bb6fbc915e51c6a3b047d745951af5401596ef0e175e368eb8c1e2f8843d4c4d51470fda707f205fd99f08aaa07627698f4c5f
EBUILD url-normalize-1.4.1.ebuild 714 BLAKE2B 45617788ff172fd16af27d79d2f5d135284c2c2882554b4da628468cd51faad3bc5dfe518adecf776097314d748ab3be15e006d26c2f69608718589dd55a270a SHA512 25ff1562d7af1b85b1187ade6613eda0ea51849a7075df9dc6432a53a906c3102f05eb8dfea56be80ccbd4fe24d50b66d48817289727f377e9d3b7226c6996b4
MISC metadata.xml 463 BLAKE2B 416010a4ba03835d5ff3b6e90be3f4f991a78db006390a6c607c8864219daa97712f283ea3cbe7266ab858d4b226181c7c4e178004257bd4db28ae0e7466aba5 SHA512 b667018bf180d994225a2e082577710436b4f04a40edcc9c19d6aa0f1d4078f05fdd54c635295036c0a1aa15b18d9ac28cb4a69a9566399f58dfe36c5b7c6f4b

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">url-normalize</remote-id>
<maintainer status="unknown">
<email>github@npanov.com</email>
<name>Nikolay Panov</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="URL normalization for Python"
HOMEPAGE="https://github.com/niksite/url-normalize https://pypi.org/project/url-normalize/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2.4"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/poetry-0.12[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
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
}