*/*: Purging old EAPI 6 ebuilds
This commit is contained in:
parent
e11547bd8a
commit
5d6b75fc0f
|
@ -1 +0,0 @@
|
||||||
DIST commonmark-0.8.1.tar.gz 90795 BLAKE2B 718c2b1af035672d74e2c6b6f89ea0cd23f45d7b0e47b6dadeef742d772f5458e08ec5f69fd4f34df9ab2c491d9d7add4c4acc7018c4048649aa0d8244d7db91 SHA512 dbab51d45c1973a8d0906148d785fb8ddc2b52177dfe0e69fe79bef2a5eb05a5a7ab8693852f4aaa8545af19d741569d04a24f06ea65171e6e80d9f66af47fdf
|
|
|
@ -1,44 +0,0 @@
|
||||||
# Copyright 1999-2020 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Python parser for the CommonMark Markdown spec"
|
|
||||||
HOMEPAGE="https://github.com/rtfd/CommonMark-py"
|
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
test? (
|
|
||||||
>=dev-python/hypothesis-3.7.1[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
PYTHONIOENCODING='utf8' \
|
|
||||||
esetup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
# Fix file collision with app-text/cmark, see bug #627034
|
|
||||||
sed -i -e "s:'cmark\( = commonmark.cmark\:main'\):'cmark.py\1:" \
|
|
||||||
setup.py || die
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
ewarn "/usr/bin/cmark has been renamed to /usr/bin/cmark.py due file"
|
|
||||||
ewarn "collision with app-text/cmark (see bug #627034)"
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="project">
|
|
||||||
<email>python@gentoo.org</email>
|
|
||||||
<name>Python</name>
|
|
||||||
</maintainer>
|
|
||||||
<longdescription lang="en">
|
|
||||||
Pure Python port of jgm’s commonmark.js, a Markdown parser and
|
|
||||||
renderer for the CommonMark specification, using only native
|
|
||||||
modules. Once both this project and the CommonMark specification
|
|
||||||
are stable we will release the first 1.0 version and attempt to
|
|
||||||
keep up to date with changes in commonmark.js.
|
|
||||||
</longdescription>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">CommonMark</remote-id>
|
|
||||||
<remote-id type="github">rtfd/CommonMark.py</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
|
@ -1 +0,0 @@
|
||||||
DIST websocket-client-0.54.0.tar.gz 36413 BLAKE2B 13344b8c43d4c4664005347a4a37c0e32a28dfbe7602c0ad13a46c44a99e6d49675c3c5d038824c557c819d528449d19932b594c470ddef4aaa05c4d082fea6e SHA512 ba4dfb6b879ec88ca446f44a77b91bbace55faa1a276f493174f3dc5b96b4d400d43c886798666da98e331610f71b4629f894d97f4614acf8d64affe8370bfec
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>alarig@swordarmor.fr</email>
|
|
||||||
<name>Alarig Le Lay</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
|
@ -1,35 +0,0 @@
|
||||||
# Copyright 1999-2019 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
|
|
||||||
|
|
||||||
inherit distutils-r1 vcs-snapshot
|
|
||||||
|
|
||||||
MY_PN=${PN//-/_}
|
|
||||||
|
|
||||||
DESCRIPTION="WebSocket client for python with hybi13 support"
|
|
||||||
HOMEPAGE="https://github.com/websocket-client/websocket-client"
|
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2.1"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
|
|
||||||
IUSE="examples"
|
|
||||||
|
|
||||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
||||||
RDEPEND="
|
|
||||||
dev-python/six[${PYTHON_USEDEP}]
|
|
||||||
$(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
|
|
||||||
"
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
esetup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
python_install_all() {
|
|
||||||
use examples && local EXAMPLES=( examples/. )
|
|
||||||
|
|
||||||
distutils-r1_python_install_all
|
|
||||||
}
|
|
|
@ -1,3 +1,2 @@
|
||||||
DIST blaeu-release-1.1.6.tar.gz 32274 BLAKE2B 47e92fbb07656a461e6304b25b382689efc7d060f952c34fec187e18a42953b0fcb135426b7114242c6c8c9d6a6bed1500dddd322d994bdaa31cda68dadd3bbc SHA512 c8916f1ff0ffc1926e7f03b0c7e35310d1a5cbd366eeb456cafe37afe649edea327aea32d652c66e431520d790473858b3a2e839b9d678f1559b831f43d92b53
|
|
||||||
DIST blaeu-release-1.1.8.tar.gz 32850 BLAKE2B e37301ef35deb327868b9b6b36d5abe49a27110ca9d2f34ccad1353a1635522fcbec58dcf0ced15b61ab634c38c97d2c6a7cf4146aef7743399a0891450166dc SHA512 c5b680042b3ad92780d2fcbaf57dabda3b0ee9b1dca03368320190792fdb57cbb50dae79c3dbd60691778cdedb4252f504c3a0b067b02c918d4b39830f4c63f9
|
DIST blaeu-release-1.1.8.tar.gz 32850 BLAKE2B e37301ef35deb327868b9b6b36d5abe49a27110ca9d2f34ccad1353a1635522fcbec58dcf0ced15b61ab634c38c97d2c6a7cf4146aef7743399a0891450166dc SHA512 c5b680042b3ad92780d2fcbaf57dabda3b0ee9b1dca03368320190792fdb57cbb50dae79c3dbd60691778cdedb4252f504c3a0b067b02c918d4b39830f4c63f9
|
||||||
DIST blaeu-release-1.1.9.tar.gz 32862 BLAKE2B 27a40d2a85e0d880c0e4abf725f24d03fed17b2502b0fcb3ca27df872fb6640e9938efcc80ad07c5609e68339bf81185f7379f17c9743e995f80208c1e86ab6f SHA512 08221129b58a679d50b8fc29f2c92abb59a12a11518953725f710d2239acdda9a4813a77ba38a506b44c6a0348cddc007d91b635bfd6274310b60b378bd32f00
|
DIST blaeu-release-1.1.9.tar.gz 32862 BLAKE2B 27a40d2a85e0d880c0e4abf725f24d03fed17b2502b0fcb3ca27df872fb6640e9938efcc80ad07c5609e68339bf81185f7379f17c9743e995f80208c1e86ab6f SHA512 08221129b58a679d50b8fc29f2c92abb59a12a11518953725f710d2239acdda9a4813a77ba38a506b44c6a0348cddc007d91b635bfd6274310b60b378bd32f00
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8,9} )
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
|
|
||||||
HOMEPAGE="https://framagit.org/bortzmeyer/blaeu"
|
|
||||||
SRC_URI="https://framagit.org/bortzmeyer/${PN}/-/archive/release-${PV}/${PN}-release-${PV}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="BSD-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
|
||||||
dev-python/cymruwhois[${PYTHON_USEDEP}]
|
|
||||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
mv ${PN}-release-${PV} ${P}
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
# Copyright 1999-2018 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=6
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
|
||||||
inherit distutils-r1 git-r3
|
|
||||||
|
|
||||||
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
|
|
||||||
HOMEPAGE="https://framagit.org/bortzmeyer/blaeu"
|
|
||||||
EGIT_REPO_URI="https://framagit.org/bortzmeyer/blaeu.git"
|
|
||||||
|
|
||||||
LICENSE="BSD-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS=""
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
|
|
||||||
dev-python/cymruwhois[${PYTHON_USEDEP}]
|
|
||||||
dev-python/dnspython[${PYTHON_USEDEP}]"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
Loading…
Reference in a new issue