summaryrefslogtreecommitdiff
path: root/dev-python/apse
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/apse')
-rw-r--r--dev-python/apse/Manifest3
-rw-r--r--dev-python/apse/apse-0.2-r3.ebuild40
-rw-r--r--dev-python/apse/metadata.xml19
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/apse/Manifest b/dev-python/apse/Manifest
deleted file mode 100644
index cec31e3e1712..000000000000
--- a/dev-python/apse/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Apse-0.2.tar.gz 18005 BLAKE2B 00eeccb74bfb909cd1856f24f6a6b000a7de9d1157c79d0c9042694f262f8872a8fcdca9cad5e67ecb7a3259c425bbca432adb7a2d1f11e5a59aa45e59fd556b SHA512 accad6d4fa4056e5dd0ac1036b47b6e258ceea9b458ca91065b0a8411d5e3a3461cd8e87bebbf884982d02bc0f6cc996a3df800fe74a0567a336ee79e05a9837
-EBUILD apse-0.2-r3.ebuild 881 BLAKE2B e198b243600b81bad1acb3813b25fe82dc466292a04154fbdc49c343ccff5be0d21500de4f7296a2133d550eece640d62f29b9f45b844776e7c5d235159018d5 SHA512 3f4c4795f6ebe0e102e7e6cb3bb276f502e63989fb14bcea077ec20dc9ccf8908671eccfcb6931e50bc72792b7f9496f2de73e6b5a5e0303fdfe4284d3721f22
-MISC metadata.xml 1115 BLAKE2B 17b2b758107c4bdeec251ebff79552c42497d9310e7d0d356368fca4276ea8f28ad9c7ae3cd4e9f49756a8d39e433dd1137f76b562437b099444c872fa86c84b SHA512 18be72bd7a6340856103bd1a49c53966e8b25eedd551fb118929786ad5a09a558b64f598df05aede3c19a77bcc5a21f30ac990e19e70c63ecf30ec78bfb60f2b
diff --git a/dev-python/apse/apse-0.2-r3.ebuild b/dev-python/apse/apse-0.2-r3.ebuild
deleted file mode 100644
index a2843e778096..000000000000
--- a/dev-python/apse/apse-0.2-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-MY_P="Apse-${PV}"
-
-DESCRIPTION="Approximate String Matching in Python"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://www.personal.psu.edu/staff/i/u/iua1/python/${PN}/dist/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-lang/swig:1"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- # Prevent the build system from calling swig over and over again.
- sed -i -e 's:Apse.i:Apse_wrap.c:' setup.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
- set -- swig1.3 -python -o Apse_wrap.c Apse.i
- echo "${@}" >&2
- "${@}" || die
-}
-
-python_test() {
- "${PYTHON}" test/test_Apse.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/apse/metadata.xml b/dev-python/apse/metadata.xml
deleted file mode 100644
index e3518cf8565b..000000000000
--- a/dev-python/apse/metadata.xml
+++ /dev/null
@@ -1,19 +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>
- <longdescription lang="en">
- Approximate String Matching in Python: identifies typing and spelling
- errors, closely related vocabularies, genetic mutations (GAG ACT),
- abbreviations. While it implements the same algorithm as the agrep
- program, Apse lets the user choose how many edits (substitutions,
- deletions, additions) will be acceptable as 'match'.
- </longdescription>
- <longdescription lang="ja">
- Python言語に近似した文字列の一致を判断させます。タイピング・エラー、スペリング・
- エラー、ボキャブラリ的に近い単語、一般的な同意語(GAG ACT)、略語を同一視できます&gt;。agrepプログラムと同一のアルゴリズムを用いて、Apseはユーザーに"一致する"と判断&gt;した場合の処理(置換、削除、追加)を何回行うかを選ばせます。
- </longdescription>
-</pkgmetadata>