summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-04 13:11:15 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-04 13:11:45 +0300
commit39fc8f4d29622f2b2f26b39a362a5f8e7a738e69 (patch)
treee5003aaf06d8087a0f671d5c9fc287f0f5bc7bba /dev-python/py-notify/py-notify-0.3.1-r1.ebuild
parentmedia-gfx/gmic: Use src_prepare from 2.7.2 again (diff)
downloadgentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.gz
gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.bz2
gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.zip
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/py-notify/py-notify-0.3.1-r1.ebuild')
-rw-r--r--dev-python/py-notify/py-notify-0.3.1-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/py-notify/py-notify-0.3.1-r1.ebuild b/dev-python/py-notify/py-notify-0.3.1-r1.ebuild
deleted file mode 100644
index 083fa3224273..000000000000
--- a/dev-python/py-notify/py-notify-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,27 +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
-
-DESCRIPTION="Tools for implementing the Observer programming pattern in Python"
-HOMEPAGE="http://home.gna.org/py-notify"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-python_test() {
- "${PYTHON}" run-tests.py || die "Tests failed"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}