summaryrefslogtreecommitdiff
path: root/dev-python/hcs-utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/hcs-utils
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/hcs-utils')
-rw-r--r--dev-python/hcs-utils/Manifest5
-rw-r--r--dev-python/hcs-utils/hcs-utils-1.5.ebuild30
-rw-r--r--dev-python/hcs-utils/hcs-utils-2.0.ebuild29
-rw-r--r--dev-python/hcs-utils/metadata.xml11
4 files changed, 0 insertions, 75 deletions
diff --git a/dev-python/hcs-utils/Manifest b/dev-python/hcs-utils/Manifest
deleted file mode 100644
index 9895f3e805dc..000000000000
--- a/dev-python/hcs-utils/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST hcs_utils-1.5.tar.gz 23316 BLAKE2B 9c43ee5319d6bf2ded8d293732a8345fca82a8f38a309ec58146a837f968875607d494e301629044414377b57cb75e26dc2576232455b2db18f24136ec036f44 SHA512 9a8fdddc47e5b4f89d52b59af66594e9b9a3adcf9d0ca5894111a0d359e8c18930e2d38027acfacadbdbf874a281d0f2ce88b310dacbab1f2a39c03bb2fe6fbf
-DIST hcs_utils-2.0.tar.gz 38187 BLAKE2B 7c00f7bdef623d6568c1e7bfa375fd7638ac60240937ed75608cdd4ff8d2f68504126a1d03cfbaf493d57b8d7283498419d1fe8c3018f8d0ece390474f665485 SHA512 63b2ab16c8e517563dbcac4b85e781da5bd40fe20b5c41c449a20c07da5539ac37b622d7bf4d421f3721ed13bf4227aa9ebd5607280147f3723c31ce965d23f2
-EBUILD hcs-utils-1.5.ebuild 713 BLAKE2B 2f8d4579dccf05edb02e6dabe006a8ebb96392830b8456a652b332a7309b0310f9326175f520297d6a8508cc7e318e8c9345012d08571b19a1a1d8d6bd74c594 SHA512 17ac18dac881b1b944aed61294c4a5084b80b775ffa8666f7e5c0e691a58f281a88903cc0cadd3061e2b20be4a62e260ec9bdbe77d3e50177e710089c3a08516
-EBUILD hcs-utils-2.0.ebuild 711 BLAKE2B 61a8e2d59ad1a72e852b47df5a2cf2278368887ed86c5a723fd6b368b3f31849e206dde5c3b5df7ff3d8d18ad4a4b42c9800f0abb642967baf3c1ca7940d68ce SHA512 fb6cb168c9f16e1276c87a39fe4cf11dfb1d4c30120ffed547ce9a3a80e036425d26988a8231d8f7f4a7a7adc34c184c5baf0a322ed2514bf8b62d984fab61f6
-MISC metadata.xml 312 BLAKE2B 66d32c13dabfbbfda76ad97a455f791cfd79d10ab520123e25796761f9c4895e6f87c6bd0724cd6a1df35a7e7843ec9b31d3e44013d2387a956b5a058d32447c SHA512 6a0f224bbd633d17f96f5f8984e5ae48e7d830668c6b79d424202d0bd588cb1b4aa3536a39a018369a4cf6ea944f84082c39fcbc2ec1b55ddbadf1ca8a8e299d
diff --git a/dev-python/hcs-utils/hcs-utils-1.5.ebuild b/dev-python/hcs-utils/hcs-utils-1.5.ebuild
deleted file mode 100644
index 9da66beeb923..000000000000
--- a/dev-python/hcs-utils/hcs-utils-1.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A library containing some useful snippets"
-HOMEPAGE="https://pypi.org/project/hcs_utils/"
-SRC_URI="mirror://pypi/h/${PN/-/_}/${MY_P/-/_}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P/-/_}"
-
-python_test() {
- pushd "${BUILD_DIR}/lib" > /dev/null
- py.test --doctest-modules hcs_utils || die "Tests failed"
-}
diff --git a/dev-python/hcs-utils/hcs-utils-2.0.ebuild b/dev-python/hcs-utils/hcs-utils-2.0.ebuild
deleted file mode 100644
index 63d221dafd40..000000000000
--- a/dev-python/hcs-utils/hcs-utils-2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A library containing some useful snippets"
-HOMEPAGE="https://pypi.org/project/hcs_utils/"
-SRC_URI="mirror://pypi/h/${PN/-/_}/${MY_P/-/_}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P/-/_}"
-
-python_test() {
- pushd "${BUILD_DIR}/lib" > /dev/null || die
- py.test --doctest-modules hcs_utils || die "Tests failed"
-}
diff --git a/dev-python/hcs-utils/metadata.xml b/dev-python/hcs-utils/metadata.xml
deleted file mode 100644
index 1b9790b37a1f..000000000000
--- a/dev-python/hcs-utils/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="pypi">hcs_utils</remote-id>
- </upstream>
-</pkgmetadata>