summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-15 09:30:31 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-15 09:30:31 +0200
commit1b6b3d2f3225691be1421df222e2bb69ded1999e (patch)
tree181cde7a9f6b3144d0b3bca81e04fcbf7fb12c1d /dev-python/nnpy/nnpy-1.1.ebuild
parentapp-admin/pwgen: fix copyright (diff)
downloadgentoo-1b6b3d2f3225691be1421df222e2bb69ded1999e.tar.gz
gentoo-1b6b3d2f3225691be1421df222e2bb69ded1999e.tar.bz2
gentoo-1b6b3d2f3225691be1421df222e2bb69ded1999e.zip
dev-python/nnpy: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/nnpy/nnpy-1.1.ebuild')
-rw-r--r--dev-python/nnpy/nnpy-1.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/nnpy/nnpy-1.1.ebuild b/dev-python/nnpy/nnpy-1.1.ebuild
deleted file mode 100644
index 5b574dc9bf9a..000000000000
--- a/dev-python/nnpy/nnpy-1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="cffi-based Python bindings for nanomsg"
-HOMEPAGE="https://github.com/nanomsg/nnpy"
-SRC_URI="https://github.com/nanomsg/nnpy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-python/cffi[${PYTHON_USEDEP}]
- dev-libs/nanomsg
-"
-RDEPEND="${DEPEND}"
-
-python_test() {
- "${PYTHON}" "${S}/test.py" || die
-}