add ttls-1.4.2

add colour-0.1.5
add d2to1-0.2.12_p1
This commit is contained in:
2022-01-29 09:57:54 +01:00
committed by Andreas Billmeier
parent d07ef71aaf
commit c39377b502
9 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST colour-0.1.5.tar.gz 24776 BLAKE2B 71e2b44c6379f73fa1a70781ae2559e37122e2db982d1f98ab5c4432b4e95a2c60d6489a88025499c36d288f3e9269e65caf9560d7772e2c1c050266c284816f SHA512 09a5160862bf10cd5f4a94e43c63d6f2a5db43bcaae0e9d8f66900113ec04471e22d0bec7412f0289c6f1e6871c1a544f5be36266aa8d6fd5ec274bd461d9df8
EBUILD colour-0.1.5.ebuild 722 BLAKE2B b8f1bc808263d2080a4a49cdcba5a2616c3d88c24347a3cfa60447de3c1b8e91bb79fdf4449c15d5722f85feb1644f22c1f9eee22a0031f83366e982baee5a53 SHA512 1601b2eae609671f31084f87dfdd7665f4e2f65e1eaf8a8c6c2b3a3e120e1763ca4ae89b1843da3533abba7d83fdd58094e667cd95a0522ee1c82023f9257efe
MISC metadata.xml 455 BLAKE2B 6507dfe9067dea818bb515687738ede7fbe04bc7368eb2e8de397ff83b73c8b46ae6c2f704fc392de45e7520ab56bac6232c28e8e44c480afd304aeaadcb4093 SHA512 929ad23c4db432cb179d59c06005c6951e236e91c002557ef3c8da2e7820cae5b419f317ff4d33a1581a3f3f758d7e76b7e946edfc936b52172eb23dd05c3cf1

View File

@@ -0,0 +1,32 @@
# 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="converts and manipulates various color representation (HSL, RVB, web, X11, ...)"
HOMEPAGE="http://github.com/vaab/colour https://pypi.org/project/colour/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
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
}

View 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">colour</remote-id>
<maintainer status="unknown">
<email>valentin.lab@kalysto.org</email>
<name>Valentin LAB</name>
</maintainer>
</upstream>
</pkgmetadata>