summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 16:14:11 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 16:14:11 +0200
commitc34d06ccf5e8df858c2a23a3a0cb3b9141da921c (patch)
tree2073f2ec385258e4c85cb63e6b1b0001145c784d
parentdev-python/sphinxcontrib-napoleon: Remove last-rited pkg (diff)
downloadgentoo-c34d06ccf5e8df858c2a23a3a0cb3b9141da921c.tar.gz
gentoo-c34d06ccf5e8df858c2a23a3a0cb3b9141da921c.tar.bz2
gentoo-c34d06ccf5e8df858c2a23a3a0cb3b9141da921c.zip
dev-python/python-ntpdshm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719494 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-ntpdshm/Manifest1
-rw-r--r--dev-python/python-ntpdshm/metadata.xml10
-rw-r--r--dev-python/python-ntpdshm/python-ntpdshm-0.2.1.ebuild28
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/python-ntpdshm/Manifest b/dev-python/python-ntpdshm/Manifest
deleted file mode 100644
index 8659f970680d..000000000000
--- a/dev-python/python-ntpdshm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-ntpdshm-0.2.1.tar.gz 12227 BLAKE2B 612debd1a9a1809298a690068e3872f727fa9d58496e62530ab236a9f80e020770d54f7a6b3caf797f33f22cb0b75597d79a2ed578e24b11dea787cca2c3c667 SHA512 1c03f38d3f17e3871ced238e6654c57704b3dd4ab49b8cebf1eb4af3a4263de2fb3769933ccf9ebbf2ce5ca5a0ec8875a10ca07161a7e554d6d1ce93e4a2ed4c
diff --git a/dev-python/python-ntpdshm/metadata.xml b/dev-python/python-ntpdshm/metadata.xml
deleted file mode 100644
index db7cd7adb419..000000000000
--- a/dev-python/python-ntpdshm/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <remote-id type="pypi">ntpdshm</remote-id>
- </upstream>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-python/python-ntpdshm/python-ntpdshm-0.2.1.ebuild b/dev-python/python-ntpdshm/python-ntpdshm-0.2.1.ebuild
deleted file mode 100644
index 434158ae2650..000000000000
--- a/dev-python/python-ntpdshm/python-ntpdshm-0.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to ntpd shared memory driver 28"
-HOMEPAGE="https://github.com/mjuenema/python-ntpdshm"
-SRC_URI="https://github.com/mjuenema/python-ntpdshm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-# Warning: pypi tarball is not the same
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# tests may break running ntpd!
-RESTRICT="test"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-lang/swig:0"
-
-src_prepare() {
- emake swig
- distutils-r1_src_prepare
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index a9759bddfe4e..6584ef137677 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -613,7 +613,6 @@ dev-python/promises
dev-python/pyds9
dev-python/pyflann
dev-python/pygsl
-dev-python/python-ntpdshm
# Alfredo Tupone <tupone@gentoo.org> (2020-08-16)
# Ported to py3.8 but not yet released