summaryrefslogtreecommitdiff
path: root/dev-python/hglib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/hglib
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/hglib')
-rw-r--r--dev-python/hglib/Manifest3
-rw-r--r--dev-python/hglib/hglib-2.1.ebuild41
-rw-r--r--dev-python/hglib/metadata.xml19
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/hglib/Manifest b/dev-python/hglib/Manifest
deleted file mode 100644
index c174c6ba329a..000000000000
--- a/dev-python/hglib/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-hglib-2.1.tar.gz 29030 BLAKE2B 3603e4030baf1f542c7c4b2123a78e3567141af8e84709eca38495ecea264f85c870005b39f8fc1bb2afc611c9a2c428971c8d783bc2595e25d83b9fcb5a2af6 SHA512 82cd00e4184a8a002ea0bcc2dec4de06a705f5f6cecd1ddbddef08ead2817f673590884aee5187fbc3496ced3f27ca8c8d78e0436fb97205ef654cd28d912e68
-EBUILD hglib-2.1.ebuild 873 BLAKE2B f90cdd933734454e57c70255b87016aadade6b6f4cfcf0838dfb3763d49050508fdf69c42a3e5e211f62956083cfe608c5c9070cb6f5e9355f12debaf92e4c85 SHA512 bb708583e3b39ef8628102ae982625d53dad975567efc788f83cf08817289648713d3e28f801512c484d899a5f937349d0a8784b4fbc2b56bc0fabe57781e02d
-MISC metadata.xml 554 BLAKE2B e418d3cddb3b00704b929f94523e09562a7b2c1e6fed7882ebaa034d11ab5034782d7d377438e7d519f78b89da7b07e3826b1f100b4722f6666cffa8b1b68d26 SHA512 421fa6d625b36970114ae407051d4363367d6a6a2e53cbd87a5a996ef23fdfaeb489342fc8af6e64aa074640b088097ea54397ff09351a6902fc502c5d1146bc
diff --git a/dev-python/hglib/hglib-2.1.ebuild b/dev-python/hglib/hglib-2.1.ebuild
deleted file mode 100644
index 9a0b6110cc0d..000000000000
--- a/dev-python/hglib/hglib-2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="threads(+)"
-
-MY_P=python-${P}
-MY_PN=python-${PN}
-
-inherit distutils-r1
-
-DESCRIPTION="Library for using the Mercurial Command Server from Python"
-HOMEPAGE="http://mercurial.selenic.com/"
-SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-vcs/mercurial-2.4.2"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
- if ! ${PYTHON} test.py; then
- die "Tests failed under ${EPYTHON}"
- fi
-}
-
-python_install_all() {
- docinto examples
- dodoc -r examples/stats.py
- docompress -x /usr/share/doc/${PF}/examples
-
- distutils-r1_python_install_all
-}
diff --git a/dev-python/hglib/metadata.xml b/dev-python/hglib/metadata.xml
deleted file mode 100644
index 5d827767bef9..000000000000
--- a/dev-python/hglib/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>arne_bab@web.de</email>
- <name>Arne Babenhauserheide</name>
- </maintainer>
- <maintainer type="person">
- <email>maksbotan@gentoo.org</email>
- <name>Maxim Koltsov</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">python-hglib</remote-id>
- </upstream>
-</pkgmetadata>