summaryrefslogtreecommitdiff
path: root/dev-python/hiro
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/hiro
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/hiro')
-rw-r--r--dev-python/hiro/Manifest7
-rw-r--r--dev-python/hiro/hiro-0.2.ebuild23
-rw-r--r--dev-python/hiro/hiro-0.3.ebuild23
-rw-r--r--dev-python/hiro/hiro-0.5.ebuild25
-rw-r--r--dev-python/hiro/metadata.xml12
5 files changed, 0 insertions, 90 deletions
diff --git a/dev-python/hiro/Manifest b/dev-python/hiro/Manifest
deleted file mode 100644
index 7946e3ee128b..000000000000
--- a/dev-python/hiro/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST hiro-0.2.tar.gz 9384 BLAKE2B 1acf2bc8a02206e3591de77332ae62f1c635b82b2ef076fb820e49b4e696959b293ceb304701c069afb2437e871bcacebeb1da8b16a75bc8d9b4ffaae84ff540 SHA512 69a66223e678c87363ac4beab8a58bec7976b93fe1b354ac1030842e31463adda84f444732ac48868f6b4f11f4a132a1142889466474bff2a77964449c710b65
-DIST hiro-0.3.tar.gz 9355 BLAKE2B e13119e33396436c35eb7b73549af956b63ab57abbc69589c7abdd97a3e5355922f5697f2d751d3a3507bff60ac162d47541ca85a34a0c77f611c6785515f959 SHA512 c5ace67410ac0e946aa7f93b61448760ab9bba5610621a585f17d1ad99444161a2495a73e20b67d50f1b8b0a4c1b54a9f25732319431905891b7c5fc58c6000d
-DIST hiro-0.5.tar.gz 11022 BLAKE2B b09f5f27b82b5e435823f69ef4dd3e325be39175955fdbd8ce5b3278a7d3879548955676201473f8b61959220e4d9aee1737dce40d2989e1d34fd772aa4bec39 SHA512 0cc84a1da36bbd2f1f59635c26530813f2c48a44fb735c56dbed9d5cc53da52341a60cf21e1796777b5e66bae628fe2ecaf5fce6a9ca6b5d2577d77bf2c8a4ef
-EBUILD hiro-0.2.ebuild 538 BLAKE2B 7764dd96eb1ce522e8730db8c8caaa6dd64e0fa0ea9becefb715500afde95ed7ac480913b90d47eb8767a82fa803e5446d9bf9f32914c3930fa7f5a7338c9291 SHA512 3d59ebf12855b81133a745519784dfc0d7627d5e85f4c993a4efde4eb3088e1bbb682a2490ec2c737a53f95a59ef32ac1f2a7ffdf640acdd9b2b9dc27334cf8c
-EBUILD hiro-0.3.ebuild 540 BLAKE2B 10c74e27ed81b85f95e643f1df793145fdb4a9a54407269c4831a3b5ee9c88aad667527ee37c41795895666f3388c9934cf2abee9b8bf76922ca52abb7933a3b SHA512 6b9e99762cdf8c6f402e899c5f12fbe876720ab87bd57e879bd7f77ef13f060f021dc1e9711a999da95fb9008c94325cceffee5bbbf9139b5e5aa6ddb456023d
-EBUILD hiro-0.5.ebuild 544 BLAKE2B 070447513db26ce2899ff5a31bb1e32abdec568f3f4063846417279c1f72587f1b73f92d7a7722ae642c09e46dab95efa6d10ae860aa4b1f5bdbf7711339368b SHA512 83c2c6f4d2275b04ce2e27fbafce2c1d0f7a71107a207e5ecded3b14de25d4dadd99188d0f75441215b611ba239ea0cf0eef8dc681ed1670c5fe60561631ec7e
-MISC metadata.xml 361 BLAKE2B e809785fc4149bf6d7183792c63f3a4b6591b9dbdc0079c45e80bc5da29f7f146802f9b16a04a8713e968abd83d41b8811f833608763b8a56f474c4ef454c536 SHA512 dd0603e5ffcb021686962cba814ad6631e0affa111ff455c1465d0c245c14e3a8d92947257ee90e5737b58f0c8d452ab6e48e5fcd0bbad9e62ea170207e70f45
diff --git a/dev-python/hiro/hiro-0.2.ebuild b/dev-python/hiro/hiro-0.2.ebuild
deleted file mode 100644
index 746f31866a75..000000000000
--- a/dev-python/hiro/hiro-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Time manipulation utilities for python"
-HOMEPAGE="https://github.com/alisaifee/hiro"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/mock[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/hiro/hiro-0.3.ebuild b/dev-python/hiro/hiro-0.3.ebuild
deleted file mode 100644
index 3d61cbb2564e..000000000000
--- a/dev-python/hiro/hiro-0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Time manipulation utilities for python"
-HOMEPAGE="https://github.com/alisaifee/hiro"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/mock[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/hiro/hiro-0.5.ebuild b/dev-python/hiro/hiro-0.5.ebuild
deleted file mode 100644
index fda46a121642..000000000000
--- a/dev-python/hiro/hiro-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Time manipulation utilities for Python"
-HOMEPAGE="https://github.com/alisaifee/hiro"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/hiro/metadata.xml b/dev-python/hiro/metadata.xml
deleted file mode 100644
index eca22bdc769c..000000000000
--- a/dev-python/hiro/metadata.xml
+++ /dev/null
@@ -1,12 +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="github">alisaifee/hiro</remote-id>
- <remote-id type="pypi">hiro</remote-id>
- </upstream>
-</pkgmetadata>