summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 20:32:03 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 21:15:21 +0200
commitdc46eaeafb59895e62968908bd276780664cf999 (patch)
tree090d795828f60cbd8c1443a1c031f0690351030c /dev-python/peppercorn
parentdev-python/chameleon: Clean old versions up (diff)
downloadgentoo-dc46eaeafb59895e62968908bd276780664cf999.tar.gz
gentoo-dc46eaeafb59895e62968908bd276780664cf999.tar.bz2
gentoo-dc46eaeafb59895e62968908bd276780664cf999.zip
dev-python/peppercorn: Clean old versions up
Diffstat (limited to 'dev-python/peppercorn')
-rw-r--r--dev-python/peppercorn/Manifest1
-rw-r--r--dev-python/peppercorn/peppercorn-0.4-r1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/peppercorn/Manifest b/dev-python/peppercorn/Manifest
index cc6fd2f09ad9..3bf035f963e7 100644
--- a/dev-python/peppercorn/Manifest
+++ b/dev-python/peppercorn/Manifest
@@ -1,2 +1 @@
-DIST peppercorn-0.4.tar.gz 18349 SHA256 9a53edd7259a73256519a0d4b23fdc210ea3dfc415e0becdba1d2498cbf7e28a SHA512 b89d36e5c5887f8a21f6bc0d9da33ef0c57a19848dc61fad105bf076eb5214119fb2fa75beeefb936a95e6aa98da7c48ad60596f68da629383820111ef127100 WHIRLPOOL a76793182e65eff1b498f7a872222d427d27a17cae8985fcf1bbb7ab87732f5d4fb6357b94556dd1ac5ea4b4b2d152bfa9864e83e9efaa7879fbf7a01c3dee2a
DIST peppercorn-0.5.tar.gz 19637 SHA256 921cba5d51fa211e6da0fbd2120b9a98d663422a80f5bb669ad81ffb0909774b SHA512 37f9df282872b0c664780f5e27caf81cc379b05009756cf6c79290b09893d88427f3619916688412dabf20e99f264da8832d959563943e2910b1fcac696edc31 WHIRLPOOL a104c3dca197c5bdd32a9a3f4fafb7c93459cbb8da13f8e581990962ac9afc56c22cdbb101d17271983b61fb0e83f4c0b25590a88d8f54c403110067ea3ba12f
diff --git a/dev-python/peppercorn/peppercorn-0.4-r1.ebuild b/dev-python/peppercorn/peppercorn-0.4-r1.ebuild
deleted file mode 100644
index b284be48dfcb..000000000000
--- a/dev-python/peppercorn/peppercorn-0.4-r1.ebuild
+++ /dev/null
@@ -1,39 +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
-
-DESCRIPTION="A library for converting a token stream into a data structure for use in web form posts"
-HOMEPAGE="https://github.com/Pylons/peppercorn https://pypi.python.org/pypi/peppercorn"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="repoze"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-# Include COPYRIGHT.txt because the license seems to require it.
-DOCS=( CHANGES.txt README.txt COPYRIGHT.txt )
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- # Install only the .rst source, as sphinx processing requires a
- # theme only available from git that contains hardcoded references
- # to files on https://static.pylonsproject.org/ (so the docs would
- # not actually work offline). Install into a "docs" subdirectory
- # so the reference in the README remains correct.
- docinto docs
- dodoc docs/*.rst
-}