Certbot-dns-rfc2136 now hosted here
Flexget 2.21.14 is first working version for a very long time
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST cheroot-5.5.0.tar.gz 56848 BLAKE2B 2945ccca4d76634449e223f6e07fd653893255facb946911b3d81d9b6858b6f39c778324e7621716fec6c31633692a5e8aed87ef038984d648154ed4e9ad4961 SHA512 19ba519646003ec6cb24108eabf987c985e5d50ea9ff2e50e1c366707386716996150d73957a6632ff2f6496c5bde82882c73804b429b8532cb0410e4c02dc24
|
||||
EBUILD cheroot-5.5.0.ebuild 920 BLAKE2B 12fdfe0dde2dea1e41140a2c55fd99f7b5ae0e68d55e639992ab6c7965c539f75680cc543d54c56c49fdaa3242450f4c3006552d4d09caa5641502894468829e SHA512 7e62c7712e58d3666c9c1a309d9b0cc6a56ae526fa9bb7503cb7e10699cae8fbe417eb357980bf1eb2c3099b2e371873bdffbce087dd7116331e2dc6d4eed50f
|
||||
MISC metadata.xml 370 BLAKE2B df7ec3eb606f1557e048245eca81402f40f9cd9bc4ec8112ecb0085f65530d9a66b952d56f826b2b97733018ec4b4d31c16ac26bebd3a40f3424421255fcb770 SHA512 22ff00c4677bd898e9d88f2bdebabed6a145a9dd33d6276e997c0435c64fc9dfd396a35a88c6facc8a3844187f0b598bfe8606637ea88420a6c33e1ea9765cbf
|
||||
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
|
||||
HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
|
||||
SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/more-itertools-2.6[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/portend[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v || die "tests failed under ${EPTYHON}"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
<name>Zac Medico</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">Cheroot</remote-id>
|
||||
<remote-id type="github">cherrypy/cheroot</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user