+++ /dev/null
-<?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">
- twill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features. twill supports automated Web testing and has a simple Python interface. Check out the examples! twill is open source and written in Python.
- </longdescription>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Simple scripting language for web browsing with Python API"
-HOMEPAGE="http://twill.idyll.org/"
-SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE="doc examples"
-
-REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? (
- $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' 'python2*')
- $(python_gen_cond_dep 'virtual/python-dnspython[${PYTHON_USEDEP}]' 'python2*')
- )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
-}
-
-python_compile_all() {
- if use doc; then
- python_setup 'python2*'
- pushd doc > /dev/null || die
- chmod +x make-epydoc.sh || die
- ./make-epydoc.sh || die
- popd> /dev/null || die
- fi
-}
-
-python_install_all() {
- use doc && HTML_DOCS=( doc/epydoc-html/. )
- use examples && local EXAMPLES=( examples/. )
- distutils-r1_python_install_all
-}
# Unmaintained, no revdep. Removal in 30 days. Bug #645384
dev-python/jenkinsapi
-# Virgil Dupras <vdupras@gentoo.org> (12 Oct 2018)
-# Dead upstream, unmaintained, no revdep. Removal in 30 days.
-# Bug #285169
-dev-python/twill
-
# Sergei Trofimovich <slyfox@gentoo.org> (09 Oct 2018)
# Upstream is not actively maintained. Needs a port to mupdf-1.14.
app-text/fbpdf