summaryrefslogtreecommitdiff
path: root/dev-python/monotonic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /dev-python/monotonic
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
Diffstat (limited to 'dev-python/monotonic')
-rw-r--r--dev-python/monotonic/Manifest5
-rw-r--r--dev-python/monotonic/metadata.xml13
-rw-r--r--dev-python/monotonic/monotonic-1.5-r1.ebuild18
-rw-r--r--dev-python/monotonic/monotonic-1.6.ebuild21
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
deleted file mode 100644
index 62e04fedc99a..000000000000
--- a/dev-python/monotonic/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST monotonic-1.5.tar.gz 7525 BLAKE2B e6022a9c134031f1b89e643b4f7b37417366e08de213f580a39706e7cd57b1045e8f1625be213c90fba48b69c40461d0c90255e6a9f20e565ea9a857780e2143 SHA512 05485e0baa51df95f9812d463306ce0bbe7228170b43aed8faa9d77d2b613ffede6b57b3dd273c352e0d1c04782043bec2f36be88cb1acde182a5aeb0538f970
-DIST monotonic-1.6.tar.gz 7246 BLAKE2B 4caa822956eaa2f124fedcb39d15d2597fafe7e7cd27d2f5dfea1e70d6ff9c70b35c5ea668819fd18dde268c793abb1f5e1107c186c31ac970abf8847000483f SHA512 9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18
-EBUILD monotonic-1.5-r1.ebuild 472 BLAKE2B 0e7d139e0e243161728cfd2091b9ad6a819c621e6d2e7c242e49fd584cdd83b4369d3262d9a75e369863619a94ffa27c683089e0ff4e6c4a2c85024cd4d117d9 SHA512 26356f1301b2662f98833b6a0d74f6e507ba72ca5464fcd8d9f25043e0c0b7fe91d776903bb19a8088d2a66c97a580ad7dfc9a1c22fdced7910ab98357498c62
-EBUILD monotonic-1.6.ebuild 619 BLAKE2B 8276a167fc1da887cb7d40bfc202ed54d214041118afce3c24c7b584ada3363a6be9f7ff0046d651964c6d229e0fbbaefbc44a96972fd3511fb6a86495b22fcb SHA512 b8d1c80f383aa3b09324340f94958d09d6bbb0a5cdba8bec46609e308b22c455f6e6bfd62d1cf8c163e111db92efe1dd516b2fa4eee8fba1fbaf774a59f268f4
-MISC metadata.xml 390 BLAKE2B 7caa08a2c33c2217873f6db1205dbb1ea5dc642ce2544d508745ee12d921965fae2fefef5e245d4162720b18c1ee9c99ced1f49d5e1d3f965430947dfac71d18 SHA512 f8e6681efb655c60e4eb8c7abe3150398c2e02661b514af276553cf718597b48e19cedc8c52732f57c77fafbbc1beb67addc0cfaaf485cf2249914fe32e24ae3
diff --git a/dev-python/monotonic/metadata.xml b/dev-python/monotonic/metadata.xml
deleted file mode 100644
index 9d2e85429a8f..000000000000
--- a/dev-python/monotonic/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">monotonic</remote-id>
- <remote-id type="github">atdt/monotonic</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/monotonic/monotonic-1.5-r1.ebuild b/dev-python/monotonic/monotonic-1.5-r1.ebuild
deleted file mode 100644
index a8d9f439ae91..000000000000
--- a/dev-python/monotonic/monotonic-1.5-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
-HOMEPAGE="https://github.com/atdt/monotonic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
-IUSE=""
-
-# no tests
diff --git a/dev-python/monotonic/monotonic-1.6.ebuild b/dev-python/monotonic/monotonic-1.6.ebuild
deleted file mode 100644
index f9c9c61920bf..000000000000
--- a/dev-python/monotonic/monotonic-1.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
-HOMEPAGE="https://github.com/atdt/monotonic"
-SRC_URI="
- https://github.com/atdt/monotonic/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
-
-# no tests
-# NB: this package is dead and should not be required for py3.4+
-# last rite it when revdeps are fixed not to use it