dev-python: more cleanups

This commit is contained in:
blshkv 2018-12-02 08:44:33 +08:00
parent 8ec29f5c25
commit e92bb1edfa
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 0 additions and 60 deletions

View file

@ -1,21 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Construct is a powerful declarative parser (and builder) for binary data"
HOMEPAGE="https://github.com/construct/construct"
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -1,18 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2"
HOMEPAGE="https://pypi.python.org/pypi/h11"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test"

View file

@ -1,21 +0,0 @@
diff -Naur a/setup.py b/setup.py
--- a/setup.py 2014-05-08 09:58:46.164464875 +0200
+++ b/setup.py 2014-05-08 10:10:39.391338247 +0200
@@ -9,7 +9,6 @@
version="dev",
packages=find_packages(),
namespace_packages=['phply'],
- include_package_data=True,
author='Ramen',
author_email='',
description='PHP in Python',
@@ -38,8 +37,4 @@
'ply',
],
- test_suite='nose.collector',
- tests_require=[
- 'nose',
- ],
- )
+)