[gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/, dev-python/virtualenv/files/

2017-05-03 Thread Michał Górny
commit: 737af3adb605a631938fb9f1bd5472cc492da6db
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 06:25:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 07:37:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737af3ad

dev-python/virtualenv: Clean old versions up

 dev-python/virtualenv/Manifest |   3 -
 .../virtualenv-1.8.2-no-versioned-script.patch |  10 --
 .../virtualenv-13.1.2-PYTHONPATH-backport.patch| 144 -
 dev-python/virtualenv/virtualenv-13.1.2-r1.ebuild  |  51 
 dev-python/virtualenv/virtualenv-13.1.2.ebuild |  50 ---
 dev-python/virtualenv/virtualenv-14.0.6.ebuild |  50 ---
 dev-python/virtualenv/virtualenv-15.0.3.ebuild |  49 ---
 7 files changed, 357 deletions(-)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index 033ccfd7969..8979565d437 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,4 +1 @@
-DIST virtualenv-13.1.2.tar.gz 1704701 SHA256 
438a9933dac2e6ef2e4270fe82435f9c29f933f05e2c5840a7b45e342b6292f8 SHA512 
e58f0b1d46174d61b0ef6703020806208f34291c5490fabf29d3b82a03ba89a7caeb377aac44549f6c0ffe2e445786e16dcd67593b7b8d3b1fae0d9e8c8ef124
 WHIRLPOOL 
03fe0181ebb2d4becb357a740cc3f743526a087e03c03f5e20abac6a54a2701865c89f9f6023ae996d3ca032b08d28e1048747dc8ea1740316f330180f0f5161
-DIST virtualenv-14.0.6.tar.gz 1799312 SHA256 
ce61e5d05e3532a8d910663c5ab92ed4c226c3daaba903f1ada281d96fabec98 SHA512 
86fae16be973c8a981b106b22fec74909de225b70b7a486108ae769385a573087d64beb8963373f35a444a9baf0a1805c0035313f600655629dd8a03850c51fb
 WHIRLPOOL 
f4891ac11d2d2ca889e6b2eea4256c8f8628a59e205a20c022e050e37d3baebde221dcbb02fae7cdeb8d088d1dad30734a1471d37b658b7f13c3895287bc4769
-DIST virtualenv-15.0.3.tar.gz 1847120 SHA256 
8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 SHA512 
2d7223d59062dae7da8e81ca0463e4dd526faee01b48d2c42e39d7ada328a819e454a96c2380c200dba434f62a7cb1c612eff13815306837f2362bc5e658bae0
 WHIRLPOOL 
c4c4539b44e05f234bd6fdfbb6568159a5b55edfd81e4920dbb4f1606dd8e77f5696c818afa8e1bc4eac28600303a5b2da1418fb3e730c64c7c5489f912d4b68
 DIST virtualenv-15.1.0.tar.gz 1865011 SHA256 
aea627d114a3863d6374c5a3fc3cdd08907e0ac951cf93b458e5ba5998c516de SHA512 
46c313fe855483cf42def0ddb319df7513bb00ea2c1570efaf1236b4e0074df40d574f3858a3d3760db988b9021ca2046c40a355cc5a3ae32a2802d6120bf255
 WHIRLPOOL 
de8dd66fdd004ad9c8e866eaa7bcd701b16b6f7c185ebe73a7681b3600ae4f55996b9f8e321ef51bf85046283a2e4bf948ffe2b10218190ecb334351f92c57b3

diff --git 
a/dev-python/virtualenv/files/virtualenv-1.8.2-no-versioned-script.patch 
b/dev-python/virtualenv/files/virtualenv-1.8.2-no-versioned-script.patch
deleted file mode 100644
index 040e36794ba..000
--- a/dev-python/virtualenv/files/virtualenv-1.8.2-no-versioned-script.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 pypa-virtualenv-350c45d/setup.py
-+++ pypa-virtualenv-350c45d/setup.py
-@@ -9,7 +9,6 @@
- 'entry_points': {
- 'console_scripts': [
- 'virtualenv=virtualenv:main',
--'virtualenv-%s.%s=virtualenv:main' % sys.version_info[:2]
- ],
- },
- 'zip_safe': False,

diff --git 
a/dev-python/virtualenv/files/virtualenv-13.1.2-PYTHONPATH-backport.patch 
b/dev-python/virtualenv/files/virtualenv-13.1.2-PYTHONPATH-backport.patch
deleted file mode 100644
index 0e48643a85c..000
--- a/dev-python/virtualenv/files/virtualenv-13.1.2-PYTHONPATH-backport.patch
+++ /dev/null
@@ -1,144 +0,0 @@
- docs/changes.rst |  3 ++
- virtualenv.py| 92 +---
- 2 files changed, 50 insertions(+), 45 deletions(-)
-
-diff --git a/docs/changes.rst b/docs/changes.rst
-index 80c3dc1..1d9c1fe 100644
 a/docs/changes.rst
-+++ b/docs/changes.rst
-@@ -1,6 +1,9 @@
- Release History
- ===
- 
-+* Remove virtualenv file's path from directory when executing with a new
-+  python. Fixes issue #779, #763 (PR #805)
-+
- 13.1.2 (2015-08-23)
- ~~~
- 
-diff --git a/virtualenv.py b/virtualenv.py
-index da25205..64e70d4 100755
 a/virtualenv.py
-+++ b/virtualenv.py
-@@ -5,9 +5,22 @@
- __version__ = "13.1.2"
- virtualenv_version = __version__  # legacy
- 
--import base64
--import sys
- import os
-+import sys
-+
-+# If we are running in a new interpreter to create a virtualenv,
-+# we do NOT want paths from our existing location interfering with anything,
-+# So we remove this file's directory from sys.path - most likely to be
-+# the previous interpreter's site-packages. Solves #705, #763, #779
-+if os.environ.get('VIRTUALENV_INTERPRETER_RUNNING'):
-+del_paths = []
-+for path in sys.path:
-+if os.path.realpath(os.path.dirname(__file__)) == 
os.path.realpath(path):
-+del_paths.append(path)
-+for path in del_paths:
-+sys.path.remove(path)
-+
-+import base64
- import codecs
- import 

[gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/

2017-05-03 Thread Michał Górny
commit: d81dd2e2cdb9808fa54c65c4b0320669673349dd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 06:20:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 07:37:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81dd2e2

dev-python/coloredlogs: Clean old versions up

 dev-python/coloredlogs/Manifest |  2 --
 dev-python/coloredlogs/coloredlogs-3.1.4.ebuild | 33 --
 dev-python/coloredlogs/coloredlogs-5.0.ebuild   | 37 -
 3 files changed, 72 deletions(-)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index dcfd6de692f..fcb648e58e9 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,3 +1 @@
-DIST coloredlogs-3.1.4.tar.gz 23038 SHA256 
c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c SHA512 
0ee97d0b0e12351c006686418b09a951c3f4c04b6533437e41ffd54f9c427c2b9e5a35c486a37c54565d7cb0c4150b1656a87fed5a86f3ed08b3cd2595d59bd5
 WHIRLPOOL 
caeb81a34e2c832a0d75e8123bb0d9d7e9071269b44e103031ab31657225f43a578f4eb10c6f5aaccce24feba08460fceb8bce9e0bba8eb873df2daa65338fa0
-DIST coloredlogs-5.0.tar.gz 24933 SHA256 
612354a11acd2e1d603c24fe7be21d736c53a23ad27f244cd9e3fdb4a99661d4 SHA512 
f20a18779964b0bd4d48b51b6df81a57e3918f0097108510c50d27d88386ae89bc4e6abcb6263e757148c5094aa02edb6fe8829caecae13ed4fe7596db488763
 WHIRLPOOL 
e23012b14689125ac09d3c16dfe32823e7f792030e3be77899f6aa8bbc1c757c23f9fd739907e67ae3a24304bda036e7e690f95ccf6e7793ca75379bff11f726
 DIST coloredlogs-6.1.tar.gz 28057 SHA256 
4cc35158baab0a495736eca84020a1a29f8ea470b98133bb94aabd3212d7f3f7 SHA512 
834cf993e7ffd3328644d334912fcf5a5156a441c6184643b38e5f356d46d7b5c48e02ee1e1b432265052c7a5ab1071ba456e575217a4a762f8387131059c405
 WHIRLPOOL 
71f8632736c0c280bd19d1662d9cebfa04c85e70058953f0ff88d5e45c0e9daa189447e9b2053cbf4293e1a3708ddaea6a2b51d7688b2182617a38a6b2cbcf1c

diff --git a/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild 
b/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild
deleted file mode 100644
index c7bdcd1fa97..000
--- a/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/capturer[${PYTHON_USEDEP}]
-   dev-python/verboselogs[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( README.rst )
-
-PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/coloredlogs/coloredlogs-5.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-5.0.ebuild
deleted file mode 100644
index c0eabfb857c..000
--- a/dev-python/coloredlogs/coloredlogs-5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/capturer[${PYTHON_USEDEP}]
-   dev-python/verboselogs[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( README.rst )
-
-PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
-
-python_test() {
-   # Sandbox violations
-   sed \
-   -e 's:test_system_logging:_&:g' \
-   -i ${PN}/tests.py || die
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/

2017-05-03 Thread David Seifert
commit: 85e2fb8664876deea744103f8311cd8994acc4ef
Author: David Seifert  gentoo  org>
AuthorDate: Wed May  3 06:52:09 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May  3 06:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e2fb86

app-misc/rlwrap: [QA] Add missing DEPEND

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/rlwrap/rlwrap-0.42-r1.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild 
b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
index 04b4ba3e9f2..ab1551ea540 100644
--- a/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.42-r1.ebuild
@@ -13,15 +13,9 @@ KEYWORDS="~amd64 ~mips ~ppc ~x86 ~ppc-aix ~x64-cygwin 
~amd64-linux ~x86-linux ~p
 IUSE="debug"
 
 RDEPEND="sys-libs/readline:0="
-
-DOCS=( AUTHORS BUGS ChangeLog NEWS README )
+DEPEND="${RDEPEND}"
 
 src_configure() {
econf \
$(use_enable debug)
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/petrovich/

2017-05-03 Thread David Seifert
commit: a7e470379aaadd842f27e0c5fd893908d6b4fbd6
Author: David Seifert  gentoo  org>
AuthorDate: Wed May  3 06:54:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May  3 06:54:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e47037

app-admin/petrovich: [QA] Add missing RDEPEND

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/petrovich/petrovich-1.0.0-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/petrovich/petrovich-1.0.0-r1.ebuild 
b/app-admin/petrovich/petrovich-1.0.0-r1.ebuild
index b5fd02481bd..f5bdd23dcd8 100644
--- a/app-admin/petrovich/petrovich-1.0.0-r1.ebuild
+++ b/app-admin/petrovich/petrovich-1.0.0-r1.ebuild
@@ -6,11 +6,12 @@ EAPI=6
 DESCRIPTION="Filesystem Integrity Checker"
 SRC_URI="mirror://sourceforge/petrovich/${P}.tar.gz"
 HOMEPAGE="https://sourceforge.net/projects/petrovich;
-SLOT="0"
+
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc ~sparc"
 
-DEPEND="virtual/perl-Digest-MD5"
+RDEPEND="virtual/perl-Digest-MD5"
 
 S="${WORKDIR}/${PN}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/markups/

2017-05-03 Thread Michał Górny
commit: 2ca5795b2af31c80ef69dd7b8309b099d06cd00f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 06:34:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:35:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca5795b

dev-python/markups: Revert "Clean old versions up"

Old version of app-editors/retext requires old stable version of
dev-python/markups.

 dev-python/markups/Manifest|  1 +
 dev-python/markups/markups-0.2.4-r1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
index 1cad2e48066..5c2010a58bd 100644
--- a/dev-python/markups/Manifest
+++ b/dev-python/markups/Manifest
@@ -1,2 +1,3 @@
+DIST Markups-0.2.4.tar.gz 8827 SHA256 
0aab138698035e699fad1c88bebb3fa5e90a1876bc7d8fefb3491513fe13f16b SHA512 
369eda02474f723d694bc0518324afde9f5baef02719448abb420a77d58cf1543939e6d38aa1db531d4214dc4cd4c47b29d79fa7a23b33b4ae74b45ad2ec52c7
 WHIRLPOOL 
1118723f5b9725b68d052e2496ccee414782bd6cceaedc49f9c2918c4055145fb95d49cf962c46eb669ab7a3a8659b86ed54fa5b99f6ac91266cebc4ecf01b10
 DIST Markups-1.0.1.tar.gz 14894 SHA256 
74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee SHA512 
f57f712f84413ed35f53643533d392e2164de02742e170f85fc4556094041ffa16ed1ff6d902bcafe996d22a4410e4c2794e4c96246fc06afbf878d6be85cf31
 WHIRLPOOL 
f5bf7700b76dcad18aba9ec5503ba9516e8e7f8a34577b55b423531c9f88ee547690a90e8043997651fe36516c9990a6de103f8268c4fcf768f4605d8982829f
 DIST Markups-2.0.0.tar.gz 16772 SHA256 
5639ddd76d74e0a5335e5b66ff2f1b3f9a9f0ab6eeff76a1003f59ed0ec2b721 SHA512 
8ccd348efea68678bfb7f47bd13da2729f95a5b5a8d44f11239dbb86b8224867cb1197e46d875ab9a0ba914be004bdc9aa6848b1e6549dc53b12e06040fe
 WHIRLPOOL 
0f47974c498e3088e6af022eeff9478f6602df0cc509c3f04935005fc61e6abd431bdb581f4442f7b06cd86366a96590d04c75642698bc6abbc86679b97768c3

diff --git a/dev-python/markups/markups-0.2.4-r1.ebuild 
b/dev-python/markups/markups-0.2.4-r1.ebuild
new file mode 100644
index 000..7c40377906c
--- /dev/null
+++ b/dev-python/markups/markups-0.2.4-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_4 pypy )
+
+inherit distutils-r1
+
+MY_PN="Markups"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="A wrapper around various text markups"
+HOMEPAGE="https://pypi.python.org/pypi/Markups;
+SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+S="${WORKDIR}"/${MY_P}
+
+DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_test() {
+   pushd tests > /dev/null
+   for test in test_*.py ; do
+   local testName="$(echo ${test} | sed 
's/test_\(.*\).py/\1/g')"
+   einfo "Running test '${testName}' with '${EPYTHON}'."
+   ${EPYTHON} ${test} || die "Test '${testName}' with 
'${EPYTHON}' failed."
+   done
+   popd tests > /dev/null
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/virglrenderer/, media-libs/virglrenderer/files/

2017-05-03 Thread Matthias Maier
commit: ba122d83e6a0978c304e4ceac959103bdda2183e
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May  3 06:23:28 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May  3 06:23:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba122d83

media-libs/virglrenderer: apply forgotten patch, bug #600138

Thanks to Alex Omskiy for porting the patch.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../virglrenderer/files/virglrenderer-0.6.0-libdrm.patch   | 10 ++
 media-libs/virglrenderer/virglrenderer-0.6.0.ebuild|  4 
 2 files changed, 14 insertions(+)

diff --git a/media-libs/virglrenderer/files/virglrenderer-0.6.0-libdrm.patch 
b/media-libs/virglrenderer/files/virglrenderer-0.6.0-libdrm.patch
new file mode 100644
index 000..17bc3bce0a8
--- /dev/null
+++ b/media-libs/virglrenderer/files/virglrenderer-0.6.0-libdrm.patch
@@ -0,0 +1,10 @@
+diff -Naur virglrenderer-0.5.0.orig/src/Makefile.am 
virglrenderer-0.5.0/src/Makefile.am
+--- virglrenderer-0.5.0.orig/src/Makefile.am   2016-04-11 11:23:51.0 
+0600
 virglrenderer-0.5.0/src/Makefile.am2016-11-18 04:44:32.278594781 
+0600
+@@ -1,5 +1,6 @@
+ SUBDIRS := gallium/auxiliary
+ AM_LDFLAGS = -lm \
++  $(LIBDRM_LIBS) \
+   $(GBM_LIBS) \
+   $(EPOXY_LIBS) \
+   $(CODE_COVERAGE_LDFLAGS)

diff --git a/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
index ea5be9b16eb..f8d5cdf82c7 100644
--- a/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
@@ -28,6 +28,10 @@ DEPEND="${RDEPEND}
>=x11-misc/util-macros-1.8
test? ( >=dev-libs/check-0.9.4 )"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.0-libdrm.patch
+)
+
 src_prepare() {
default
[[ -e configure ]] || eautoreconf



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-web/

2017-05-03 Thread Michał Górny
commit: fcdeef4834275596aa246c3f4b998c82151a004e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:37:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdeef48

dev-python/twisted-web: Clean old versions up

 dev-python/twisted-web/Manifest|  2 --
 .../twisted-web/twisted-web-13.0.0-r1.ebuild   | 29 ---
 dev-python/twisted-web/twisted-web-15.1.0.ebuild   | 33 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/twisted-web/Manifest b/dev-python/twisted-web/Manifest
index 279467ff7ee..d544df325bc 100644
--- a/dev-python/twisted-web/Manifest
+++ b/dev-python/twisted-web/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedWeb-13.0.0.tar.bz2 395974 SHA256 
a3f6b3a47950d96a6da5cf28bf4c1e0bfa894ff2a1c38c38eac4876cac0bdc55 SHA512 
d034a63a8d9a52f2db7967e57245a18ff288f1030579204286cc6d4990afe6fa30fb8aa73f62460ecaabaa76c1cc20be75aef0382f5c1bd565bef7923a9c86f8
 WHIRLPOOL 
93f8eab34be254c7f28aed1c95fcd9963f7038529a3d88ea014d0f2ea996f18955e3a672c89156d379b3fbe15822b21b0be0e7d35bf08bc6b0cf569607f87c0c
 DIST TwistedWeb-13.2.0.tar.bz2 403931 SHA256 
aee160e0264d9dbaa0ec0613851128c91e3ac4246d3e9e13a6f2cfdfe7a4904f SHA512 
69e721ec456214d000f88268340b7cf21186073af11e7f906bf95c9a1bfaf49fdc5832b4e39586eb3f1378bf823ab147de58d7aa9e8491a2561a54389a1f
 WHIRLPOOL 
9b6d02398cd29e763107338b7b0a2fd60f5ff9ea4d7578d179411c1e6470445621484cb532688d3d72f7634c5a119e52c5df86bfc462de0adf8da1ef875e3bf2
-DIST TwistedWeb-15.1.0.tar.bz2 231028 SHA256 
ef55ca0c425f3eed8080003cab080365d7dde038c6554581b4a06aab5a3285ce SHA512 
3eccfafa1110b4fa85892fb3c8b0a37514c33c51f1edc6ac41c257dd198fa2f113e82b884dc6af3fa4dc1aefc69e8e6cc3ab1fc19a569c125e608a829c229748
 WHIRLPOOL 
4783613bfeda1ebd0ead1b4474cff7f3cd6317e7d8752117da99f7f3b340e5ff9d48700a737583a4b6f9d3c6aa7e750d1b45afc4aca32f2792ce802611544d86
 DIST TwistedWeb-15.2.1.tar.bz2 231092 SHA256 
fa93a74a264284eb3123bc2481855e83d4901a818b8e4cbb4f7563ca72a12586 SHA512 
e2b155deed9b240f92f173e0fb188c1538ef2275cc6564b838dac8a5ac4c460e664791623cd3e3cde996b63f1619eff8d62636c2813e8b81da5054b8eea365e1
 WHIRLPOOL 
559f56657e5169f477c74e3d8f41b35ad89580ffcee49fca183c9cf9415d89003e9fdaa711e3770848f974f4d4094dac9c4411c05c3aa1582db26bc0ff77a2fa

diff --git a/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild 
b/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
deleted file mode 100644
index 2a50b21b9c7..000
--- a/dev-python/twisted-web/twisted-web-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"
-
-python_prepare_all() {
-   if [[ "${EUID}" -eq 0 ]]; then
-   # Disable tests failing with root permissions.
-   sed -e "s/test_forbiddenResource/_&/" -i 
twisted/web/test/test_static.py
-   sed -e "s/testDownloadPageError3/_&/" -i 
twisted/web/test/test_webclient.py
-   fi
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/twisted-web/twisted-web-15.1.0.ebuild 
b/dev-python/twisted-web/twisted-web-15.1.0.ebuild
deleted file mode 100644
index d907601c03f..000
--- a/dev-python/twisted-web/twisted-web-15.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-MY_PN="TwistedWeb"
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   soap? ( dev-python/soappy[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"
-
-python_prepare_all() {
-   if [[ "${EUID}" -eq 0 ]]; then
-   # Disable tests failing with root permissions.
-   sed -e "s/test_forbiddenResource/_&/" -i 
twisted/web/test/test_static.py
-   sed -e "s/testDownloadPageError3/_&/" -i 
twisted/web/test/test_webclient.py
-   fi
-
-   distutils-r1_python_prepare_all
-}
-# testsuite has a PYTHONPATH 

[gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/, dev-python/waitress/files/

2017-05-03 Thread Michał Górny
commit: ba086fb0f66b2f5a31ad119d1e50e9032c81261e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:31:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba086fb0

dev-python/waitress: Clean old versions up

 dev-python/waitress/Manifest   |  3 --
 dev-python/waitress/files/waitress-0.8.9-doc.patch | 29 -
 dev-python/waitress/waitress-0.8.10-r2.ebuild  | 35 
 dev-python/waitress/waitress-0.8.9.ebuild  | 49 --
 4 files changed, 116 deletions(-)

diff --git a/dev-python/waitress/Manifest b/dev-python/waitress/Manifest
index e4f220c5f7b..9fc4ea4a869 100644
--- a/dev-python/waitress/Manifest
+++ b/dev-python/waitress/Manifest
@@ -1,4 +1 @@
-DIST pylons_sphinx_theme.tar.gz 607608 SHA256 
d892c80fbee8845b79cb41845a89cf2f268893689a68157bc10bd0224948bb9c SHA512 
fdafd77e52ff6941de5102bad521ed2a9e28cff6be385cab660a7604be12fa1d86db73fc93f84f72551458cc60b42d3354f27648b1d747b15b25d6f809df8a4d
 WHIRLPOOL 
bcf8329b35b90d65eae86a8fc910d074790f912cfe7d4bdd9065970f5c24344e57e585d8dd0b28f101b4ddd4ed0b65caa3bdf7c93fb933ddc6916e63514fa69f
-DIST waitress-0.8.10.tar.gz 123717 SHA256 
7c40c1af0f0c254edb25153621a1e825bc1af2f7bf41a74b4bb8ee6d544ef604 SHA512 
ba9e418c8cb7094e446b636a98c0d714eacdfd0643f4bd8b99e59cb0f9a56a9538b713482dd830ae5d3ace0381fe75521501ddd979fe5e292645fbf725cf7fe1
 WHIRLPOOL 
49e55034bdf203aadb07b9c9bce36a1fbd25f45f1cc6da70bd89d5eed8cb6bc1c1cef8b9b82ef21ef9bb724b2eb8c56d004dcba7a8abda98578cb6e3c617589b
-DIST waitress-0.8.9.tar.gz 121048 SHA256 
826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a SHA512 
e9459b8806389fcdbd6f7cfc4fc908c2076f1fcc306315c5375c872c1a0c43c2537347322f7becf1ad36aec0050dca7b2f713f35318fe3a371e544cc880b7d8c
 WHIRLPOOL 
f3ce347d3fa04944ebcf7b6b3734bed0ff1fb1fc1dd9479a10cc4cc77111ae250e2c652dd195b15a86c1c7b740d751d0ca539791f3b97c942737ca0be033a59a
 DIST waitress-1.0.1.tar.gz 123934 SHA256 
2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc SHA512 
0205a0a5fc9e65e20370fc1e97ba456337313c93817e9b2b283610e5045eb32de80f45d19ee0cfb9469a93e4fc9267b785feacedd70b362474f4af5c05a3ab21
 WHIRLPOOL 
0eca4eec79b894fb561a894f26de1adbe45c70335c66f589d66b26d9c68a708c443eaacded46099d23401390ee45743b8fa2bc39e744f61a988f6695e8c83ea4

diff --git a/dev-python/waitress/files/waitress-0.8.9-doc.patch 
b/dev-python/waitress/files/waitress-0.8.9-doc.patch
deleted file mode 100644
index f7ff3b01467..000
--- a/dev-python/waitress/files/waitress-0.8.9-doc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur waitress-0.8.9.orig/docs/conf.py waitress-0.8.9/docs/conf.py
 docs/conf.py   2014-05-17 05:39:35.0 +0800
-+++ docs/conf.py   2014-05-21 13:28:12.921485962 +0800
-@@ -21,24 +21,7 @@
- import pkg_resources
- 
- # Add and use Pylons theme
--if 'sphinx-build' in ' '.join(sys.argv): # protect against dumb importers
--from subprocess import call, Popen, PIPE
--
--p = Popen('which git', shell=True, stdout=PIPE)
--git = p.stdout.read().strip()
--cwd = os.getcwd()
--_themes = os.path.join(cwd, '_themes')
--
--if not os.path.isdir(_themes):
--call([git, 'clone', 'git://github.com/Pylons/pylons_sphinx_theme.git',
--'_themes'])
--else:
--os.chdir(_themes)
--call([git, 'checkout', 'master'])
--call([git, 'pull'])
--os.chdir(cwd)
--
--sys.path.append(os.path.abspath('_themes'))
-+sys.path.append(os.path.abspath('_themes'))
- 
- # General configuration
- # -

diff --git a/dev-python/waitress/waitress-0.8.10-r2.ebuild 
b/dev-python/waitress/waitress-0.8.10-r2.ebuild
deleted file mode 100644
index 685060d3781..000
--- a/dev-python/waitress/waitress-0.8.10-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure-Python WSGI server"
-HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ 
https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-src_prepare() {
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/waitress/waitress-0.8.9.ebuild 
b/dev-python/waitress/waitress-0.8.9.ebuild
deleted file mode 100644
index 3130ebe1394..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/

2017-05-03 Thread Michał Górny
commit: 44b274df812414f3d756e4c0ce9f0e440a86bb68
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:34:29 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b274df

dev-python/lxml: Clean old versions up

 dev-python/lxml/Manifest  |  1 -
 dev-python/lxml/lxml-3.7.1.ebuild | 80 ---
 2 files changed, 81 deletions(-)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index aa038c45bbb..3015b1f40e2 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,4 +1,3 @@
 DIST lxml-3.6.0.tar.gz 3693901 SHA256 
9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf SHA512 
2dd25a4f51e3e71b78e82e32f3838137d8b21936c23c16f901f4180277c4d4b7f14e1f47d306022cc1d13dc2e0b7f405319632e554aa989f551f424cc423d60d
 WHIRLPOOL 
081c97bca209bc234dfb4e439da45ecde1cfd4c2da31384601c96293a5ab5def9d713bee612b4c84a5372d5b9035126ff6cbc496bd56b141f89b6a4fe916540b
 DIST lxml-3.6.4.tar.gz 3707675 SHA256 
61d5d3e00b5821e6cda099b3b4ccfea4527bf7c595e0fb3a7a760490cedd6172 SHA512 
0412b266d7a70af21f2e4e05d63c3ce63049661ef27e2bf190cbfe1e982b6980fe980a998a360796b958fa9e148ae5bb48136354d4b0bb042055340e37f61e1e
 WHIRLPOOL 
b9cd81c885a1b12c36b50f4d616214f1912baed7991a3178e9415b74277c849b2e7c82fd7f27fb984148267348f5a72088d0b175ebf2731a16b876988255
-DIST lxml-3.7.1.tar.gz 3788105 SHA256 
1c7f6771838300787cfa1bb3ed6512e9dc78e60ecb308a8ed49ac956569c1cca SHA512 
1e192671365ba80d76ac2d25b8ec7666e77ceb1339b56b433b55ea0f0c78d0ba8ec381ca2f23eff1b8b1dfc914f47a65d072a4538a69d0b9b77597a6d6ea197b
 WHIRLPOOL 
508f2908e48523c82063841beced2c8ec59e875b4e64e943a64b524bb78d8eb168135d7e066c03c3c5095d3d5f46ed7a104519d6ffb38e3efd7cac9576cbc91a
 DIST lxml-3.7.3.tar.gz 3797713 SHA256 
aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7 SHA512 
9bf1142e81b6e1c8a47e296774d7e448d9ed47de3672f7442cc33274b07252baa47a9346efa9d2fda7b7bb66beb95bbc81f0ae16c9f808ff568f330991dd6d13
 WHIRLPOOL 
d3881f308622ed8beb03a59bbf8256a55b92f5cf41c2c9a0c65c1e53acceea33ab93f420151330b09e8dbde3f717d5c095aa0275406355ec4a17105de46b6bae

diff --git a/dev-python/lxml/lxml-3.7.1.ebuild 
b/dev-python/lxml/lxml-3.7.1.ebuild
deleted file mode 100644
index dd87a7e68ec..000
--- a/dev-python/lxml/lxml-3.7.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 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 eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
-HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD ElementTree GPL-2 PSF-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples +threads test"
-
-# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
-RDEPEND="
-   >=dev-libs/libxml2-2.9.2
-   >=dev-libs/libxslt-1.1.28"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
-   "
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
-
-   # This patch removes a testcase that fails because of issues
-   # in libxml2.
-   #
-   # Upstream bug: https://bugs.launchpad.net/lxml/+bug/1608479
-   "${FILESDIR}"/${PN}-3.6.4-fix-test_xmlschema.patch
-)
-
-python_prepare_all() {
-   # avoid replacing PYTHONPATH in tests.
-   sed -i '/sys\.path/d' test.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   if [[ ${EPYTHON} != python3* ]]; then
-   local -x CFLAGS="${CFLAGS}"
-   append-cflags -fno-strict-aliasing
-   fi
-   tc-export PKG_CONFIG
-   distutils-r1_python_compile
-}
-
-python_test() {
-   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
-   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
-   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
-
-   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   local DOCS=( *.txt doc/*.txt )
-   local HTML_DOCS=( doc/html/. )
-   fi
-   if use examples; then
-   docinto examples
-   dodoc -r samples/.
-   fi
-
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "Support for BeautifulSoup3 as a parser backend" 
dev-python/beautifulsoup
-   optfeature "Translates CSS selectors to XPath 1.0 expressions" 
dev-python/cssselect
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-lore/

2017-05-03 Thread Michał Górny
commit: 5d5abb2e77d5b4886e096d015d6a9c11f1f53fad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:02:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5abb2e

dev-python/twisted-lore: Clean old versions up

 dev-python/twisted-lore/Manifest  |  2 --
 dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild | 19 ---
 dev-python/twisted-lore/twisted-lore-15.1.0.ebuild| 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-python/twisted-lore/Manifest b/dev-python/twisted-lore/Manifest
index 75ae67e88c5..da73debeee9 100644
--- a/dev-python/twisted-lore/Manifest
+++ b/dev-python/twisted-lore/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedLore-13.0.0.tar.bz2 87133 SHA256 
7874ecb0f79b015fb6183cf181f86ee96469b4e7420c0ff6d1028867d18777cc SHA512 
783d5ccba84351f0bacf591d6b3c13765bb9e04bc3e89f217f2d52ff050a79d4b85ef6108bd00f706295928941082bb384e9c6a73171150ffde77d0826f9597e
 WHIRLPOOL 
a0550825038429176e36156d8fed4cbca1626afa3228c83cd837d746153acf5490eb1170592af27312abb8e64f380d623aa73af56b05ef1793327b7a2a37a6ef
 DIST TwistedLore-13.2.0.tar.bz2 88616 SHA256 
53ca37c533048ddaf209548a21bf3078cb56dce48099251fb6bae107ed9d66df SHA512 
a05752e2854c404da30562062e1d72d0376ebd5b82c3371183023936851bb6394dc3ff95160efc3e7e7781624ac48485d7c102e4487cf3bfda2a086bcc596ff6
 WHIRLPOOL 
380309ec38864a53605e4ab321b61d316f9edfad0696070f958151f66c0775f29b31e75305e94272cbcdb08210f35f0e43d4c717af521b29538ea9aec08b5fd3
-DIST TwistedLore-15.1.0.tar.bz2 54005 SHA256 
62e3949683f5ec0cf0ee8160767dff2f5a3cc26c3474bedbafb2e007d5f746b4 SHA512 
4a775705083e0fd180df6c2f514f97e79b76e9e6cd8c7ed4c3159ff3a604753dde59f5c780917ff1a136d7db76ed3048606df6c0babc01894746c3e6229f7a67
 WHIRLPOOL 
97f678887756d6663e22292f63b026fc8611fa017a460d2a11f02f1c60d958433d7bffd99194e93fac40cd2411f4ccbcabe2bef5de88da70440ac4e9e9dad4fe
 DIST TwistedLore-15.2.1.tar.bz2 54070 SHA256 
0997d71f84de67fa11662d057ce6e42059fb389fd6bdfb09d8ed6b5df32efe8f SHA512 
9d9c45443f702e527f82dd25b7ed73af24b1ff16d266eb0cb6cb5be230939ed2ba07dfcd9d7b02d48823043b64b33df916b58dd1d1280d3f4e4f7c3cec851d7a
 WHIRLPOOL 
e15cdf266975438965fdd4d6d0fd6693d3a3b5281601ac31af8b1aaa6cdea5dea21711ea28f6d2b381123134583f427b904a5a946e465267bccb4c69c7739c54

diff --git a/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild 
b/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
deleted file mode 100644
index ab7023f2f84..000
--- a/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted documentation system"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild 
b/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
deleted file mode 100644
index a7d27e5200e..000
--- a/dev-python/twisted-lore/twisted-lore-15.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted documentation system"
-
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-news/

2017-05-03 Thread Michał Górny
commit: fe92583573ebbba953ff00aa2f8dbc8b916746ad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:02:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe925835

dev-python/twisted-news: Clean old versions up

 dev-python/twisted-news/Manifest  |  2 --
 dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild | 19 ---
 dev-python/twisted-news/twisted-news-15.1.0.ebuild| 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-python/twisted-news/Manifest b/dev-python/twisted-news/Manifest
index 01fb9a91e64..08a4b45e128 100644
--- a/dev-python/twisted-news/Manifest
+++ b/dev-python/twisted-news/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedNews-13.0.0.tar.bz2 19638 SHA256 
102f303fee6dc807d53ee281a2a15775a6b04e72e5b7b25ab77fc8faaa96dc3f SHA512 
06c9372d5a54b80c6bef0124ad6d34acdb2543739319712f8e46286b284aacfa7c2a5052a6fa17ce4d2d3f5c89f389ce7d274a9f9085b5c21f985b32326e13b7
 WHIRLPOOL 
ae0900a4af7e486b54ed7349ac9f385a511b3a367ef0cf73f3f8225bbe45471b504cef9b494d9e9389ca10e68b79d89a86730e4bf73da8d79ce7247aff61251a
 DIST TwistedNews-13.2.0.tar.bz2 19706 SHA256 
e6499fdb79767fd620f8b3dfbf47b356343a92206dfb44833025159d69252f1e SHA512 
439f35b882f28be1fa466fabe93c06cd688662a44dd21f58a3c2d9670f95910c038bb30b79c88f661f50be7eb9bb820f6d89a94fbf61bde2d8bb46af574c9274
 WHIRLPOOL 
e989c04b9e89326ddae17ccbaf04e985c51f6dd1e69009b5b899131061f801e8503f9e952063ff1c65d31c04fbd65d418a698ad97b46116ceb4675007c50b112
-DIST TwistedNews-15.1.0.tar.bz2 19843 SHA256 
8212888036f10fbae5932dfdbc593047edf08daabff3ba6fa391a8afe1c93186 SHA512 
4ad0807d95506ad1a44dfd5f49ff72f7e8162e102a2a9945d5ffcc7f58d12f6df65e085f07e47c0fcee4c341bc0b9cdff918e062b450a2a1a0bf974e57f6
 WHIRLPOOL 
828ef667619d75e7f1d90902d87a462ab409b8925eece72fa0d7b26f857318d229a3b510a9a2625eb694b4b9b47ffe4822d874edda69350b5964b85847c8324b
 DIST TwistedNews-15.2.1.tar.bz2 19889 SHA256 
56d5215e0971431dabedf7b5f9a162ae448c8e6d20b6318e627ab9eaeaf1e089 SHA512 
faa3a2b7c6acf2d9f8a63ef79bf36fecc2d48101b701bf679b4837e54f8327e5dda75e207ac2cb03a35671781c9221f62f60885a0459e970f15d660d214e7342
 WHIRLPOOL 
b0b4836fdc661c6daa663b13a589461a2579177867c0878d261dff7d7628c962b08f9b8cc1dcfa74b49035d473115a4b3dec8f289448502547c2edfbad130758

diff --git a/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild 
b/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
deleted file mode 100644
index 84bbf614e35..000
--- a/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted News is an NNTP server and programming library"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-news/twisted-news-15.1.0.ebuild 
b/dev-python/twisted-news/twisted-news-15.1.0.ebuild
deleted file mode 100644
index d2f124308b4..000
--- a/dev-python/twisted-news/twisted-news-15.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted News is an NNTP server and programming library"
-
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/cssselect/

2017-05-03 Thread Michał Górny
commit: 3eb3bf810225fa156e4276332273bb344c34cfbb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:34:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb3bf81

dev-python/cssselect: Clean old versions up

 dev-python/cssselect/Manifest   |  2 --
 dev-python/cssselect/cssselect-0.9.2.ebuild | 44 --
 dev-python/cssselect/cssselect-1.0.0.ebuild | 48 -
 3 files changed, 94 deletions(-)

diff --git a/dev-python/cssselect/Manifest b/dev-python/cssselect/Manifest
index e2b5850ce3d..8af48e2c9dc 100644
--- a/dev-python/cssselect/Manifest
+++ b/dev-python/cssselect/Manifest
@@ -1,4 +1,2 @@
 DIST cssselect-0.9.1.tar.gz 32952 SHA256 
0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682 SHA512 
c4cd2c8d6fbfa99b836554685dd59e1e794e1fab06fcf4419a226b0608a05d58be5af54e507003f2a233a22f03d59d3d63c0bf19b3314f15c95ab3ce5f4db6cc
 WHIRLPOOL 
0fabe49d4f504069eb782ba98c93a34fa9433fd4d10a545f46f5aa1a5fb3a898580f4e17d744052590e18fe7a0f06feca0527d86ac243282e826caddfb410324
-DIST cssselect-0.9.2.tar.gz 33065 SHA256 
713b5b99ef08022257b3409c7ae1b18b2c6536b3f155e6237c5cfba0f67ae6f5 SHA512 
313965d3a0ad37b24d72d6faf861c04e7af7e4ff06f58450a23585c45bd9f247e565a4b7d594c008d40625601c2b8e76919801b3d77cfd62c7edc20cf366c1f9
 WHIRLPOOL 
90907b0cbc799d9e7f00ea366a24101fa4ff84786add028a035a355b4e8ce2073da82dfc4bc3a8e9a058341e117887e5ea1bac0e3b4befd8ac5df121a2ca
-DIST cssselect-1.0.0.tar.gz 22278 SHA256 
582a85780249255707872c31d0438fc457aa24cfb43e472ff8f3e7ad6857953f SHA512 
59b8ed898a2f5286f3d1be5b9bf2486f0b0cc372271d34098dbbc95696eb951bbb52e53810f9e20f0aab8e2a26c4eaf1905e1604f85287965bd4d105bb4b71fb
 WHIRLPOOL 
bcec8e04fa428c0ba54c0738d1864ff8128a65253777e5786a756b720c9a7087ff6eebab5cd48a695b2b2fc0ae9405330b4a1820dc2f4f1c926288f85d2ac7c1
 DIST cssselect-1.0.1.tar.gz 21849 SHA256 
73db1c054b9348409e2862fc6c0dde5c4e4fbe4da64c5c5a9e05fbea45744077 SHA512 
060c4b8d427a935b851b4b20d10ef89b9d6f685692b7144afc8f848e318abaa182ed60538355ea3f25050e358f24904fa0d9c01fe77e3d2428e2ef2a825e2928
 WHIRLPOOL 
e89bcbbd08ed35490d9e79e8d6f5c290e4a9e73dc7cdc2217324fb06e1e1bdc18a16c08dbbe8ca4407c0eb77b4c74ff3fbabf9b3307b94b66aae421d33ef8e29

diff --git a/dev-python/cssselect/cssselect-0.9.2.ebuild 
b/dev-python/cssselect/cssselect-0.9.2.ebuild
deleted file mode 100644
index f076649a71b..000
--- a/dev-python/cssselect/cssselect-0.9.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="parses CSS3 Selectors and translates them to XPath 1.0"
-HOMEPAGE="http://packages.python.org/cssselect/ 
https://pypi.python.org/pypi/cssselect;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_prepare_all() {
-   # prevent non essential d'load of files in doc build
-   sed -e 's:intersphinx_:#&:' -i docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc ; then
-   "${PYTHON}" setup.py build_sphinx || die
-   fi
-}
-
-python_test() {
-   "${PYTHON}" ${PN}/tests.py -v || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/cssselect/cssselect-1.0.0.ebuild 
b/dev-python/cssselect/cssselect-1.0.0.ebuild
deleted file mode 100644
index ee28e89b4d0..000
--- a/dev-python/cssselect/cssselect-1.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 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="parses CSS3 Selectors and translates them to XPath 1.0"
-HOMEPAGE="http://packages.python.org/cssselect/ 
https://pypi.python.org/pypi/cssselect;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
-IUSE="doc test"
-
-# No tests.py file in this release.
-# Please check on version bumps if it's still missing.
-RESTRICT="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_prepare_all() {
-   # prevent non essential d'load of files in doc build
-   sed -e 

[gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/

2017-05-03 Thread Michał Górny
commit: f9bcbba8b2d7d5a5948ee251aa5cdcefdc85953f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:29:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bcbba8

dev-python/beautifulsoup: Clean old versions up

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.3.2.ebuild   | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 49afa3d25a6..f77e427a34b 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,5 +1,4 @@
 DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 SHA512 
812969faf454a58d849921836ed07ec9a950f34fb31e29e118cdf1a75a533370e430f417402b5a5016d23b2d3a1c44a1cf5fde5b3bfd1bc98c50036edd51c0d6
 WHIRLPOOL 
a199585817dcabcc6327c3836a66128605ebf92a6663b5c660125061a797485a504d300791bcd43e0e94e4f08ca59c01f65f42481da07b1240350cbfc6ea6b0c
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
-DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
 DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild
deleted file mode 100644
index 543d977938c..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/
-   https://pypi.python.org/pypi/beautifulsoup4;
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-# new html5 awaits keywording of html5lib in Bug 471002
-IUSE="doc test"
-# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 
'python{2_6,2_7}' pypy pypy2_0)] )
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/lxml[$(python_gen_usedep 'python{2_6,2_7}' 'python3*')] )"
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   emake -C doc html
-   fi
-}
-
-python_test() {
-   nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=doc/build/html/.
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/webob/

2017-05-03 Thread Michał Górny
commit: d7e86e94c6506eac3928af78ee5b7d1e93d276ab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:30:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e86e94

dev-python/webob: Clean old versions up

 dev-python/webob/Manifest   |  5 -
 dev-python/webob/webob-1.4.1.ebuild | 43 -
 dev-python/webob/webob-1.5.0.ebuild | 43 -
 dev-python/webob/webob-1.5.1.ebuild | 43 -
 dev-python/webob/webob-1.6.0.ebuild | 43 -
 dev-python/webob/webob-1.6.1.ebuild | 43 -
 6 files changed, 220 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index 2418c3f07a6..1dce7a704f0 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,7 +1,2 @@
-DIST WebOb-1.4.1.tar.gz 671495 SHA256 
12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db SHA512 
71be0389018289884158c5f3b99d1e1185bd29ab975ea59008fd71bf1188d25130e1852422dcedf7ffe3303d87caf02d62a143229b9ae196dd62f64deb7f7328
 WHIRLPOOL 
d2803552592813c4b5ea4291e9a3aac6aa26397b903a8372f8e1fd601d46fb5f7105dcfd42e14de974a352e75945bf61945e0f36928d6a3fd8afa8bdd195d35b
 DIST WebOb-1.4.tar.gz 633302 SHA256 
0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 
0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37
 WHIRLPOOL 
abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da
-DIST WebOb-1.5.0.tar.gz 186394 SHA256 
8e90cca008c0189fe64d06281d50d9510c1dde4147bdf4bc81b666020ce31350 SHA512 
4d5a4f58eb3f96d4b563c0a8d8387f30ad323d11c3a913ba69504685e7baa870f232d55e6d8b403e3f6b2153c3c7f37a694618bf0e85d04115c240c5fa2b93b6
 WHIRLPOOL 
f3f6975f84bc64fe941fd3d3c5cd065cfea8e59b2f0481e31c7bf5145934d038420ccb93df918e5e729607ee75bb77d3a8142c4ff4ac60b2be14212061a1fa3a
-DIST WebOb-1.5.1.tar.gz 202821 SHA256 
d8a9a153577f74b275dfd441ee2de4910eb2c1228d94186285684327e3877009 SHA512 
aba45ff622a572a3bda7cf33ce5988745b3831aea2ed7f0502688055f96c16cf5de828039439218611034ad49dea4e4a9c2ec43b8dbc97be61b7abc33a15589c
 WHIRLPOOL 
814e11b257f82a48f9ed8ff1e1ecb37ab0648c7f67446aa57094da671f0265fadd7b04e9e69ed1ecbfbbc1925804ef7f563f8079b82bea04d8a06853482960b7
-DIST WebOb-1.6.0.tar.gz 204340 SHA256 
63d262d8f61b516321f786879c9277fa2209f7f57eb47b537eeecfea383d55b7 SHA512 
a4805ea7b30d5afd64d4d2c053fd8b9d71ec9409270e85af4e071352e933474b52eb3493a52f3b29ff0040a4d6fc41dc1b70fe35ffbb209b36e9e3bca3ec75c6
 WHIRLPOOL 
634245c5f30ec7581e17166d89a4441e3b67d29c23a4bf7345e40ce2ba4bc3eed2d287135c9fa8b6833734c237869d76f8da804600d3633106e35cd7648db78f
-DIST WebOb-1.6.1.tar.gz 204676 SHA256 
e804c583bd0fb947bd7c03d296942b38b985cf1da4fd82bf879994d29edb21fe SHA512 
da760fb67d1962b3fd8ff421ef6d34cc377406d82bfe053244c53a4bddfcef5433b0816d8d11a164e1a71e5562ae56cde3090fb74de414c41ba3777b89c64631
 WHIRLPOOL 
d8c9126ad6ea43e6be35ff012754e7130f0c975b8284de4d6d2874131d47a76cf053945d35f0bab27a413fe020c3d1356ffee91c6d1d9a1c5697d64fdc2aab05
 DIST WebOb-1.6.3.tar.gz 206375 SHA256 
1b03115e162dd0102f6147c5d5ed71a3a2ba0f58ef829244b64f52fe6dbf5888 SHA512 
41830571ca4e0727b2bb2c6ad81f36f2d07a2018c2a01e00acb2e32ef7c503e133653cb62f1ddcda3bf10f44ff3215cc2e2b53e7544b867ddf3f50fa9b4ca79b
 WHIRLPOOL 
2bd99bbc0dece593c899aa962b8bfe7d35cd908fdc8723997cfd61250d6ac73b85c8d48a0b78fd162f591e941f8dfb74a7d21a11f12c750cb5f06d2736a64504

diff --git a/dev-python/webob/webob-1.4.1.ebuild 
b/dev-python/webob/webob-1.4.1.ebuild
deleted file mode 100644
index 89fd2c14184..000
--- a/dev-python/webob/webob-1.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="http://webob.org/ https://pypi.python.org/pypi/WebOb;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   nosetests -w tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( 

[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-mail/

2017-05-03 Thread Michał Górny
commit: d236de9ea1810ae698a941118386096e2b9cf3d1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:03:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d236de9e

dev-python/twisted-mail: Clean old versions up

 dev-python/twisted-mail/Manifest  |  2 --
 dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild | 19 ---
 dev-python/twisted-mail/twisted-mail-15.1.0.ebuild| 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-python/twisted-mail/Manifest b/dev-python/twisted-mail/Manifest
index 7604cf75a11..8faa002c704 100644
--- a/dev-python/twisted-mail/Manifest
+++ b/dev-python/twisted-mail/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedMail-13.0.0.tar.bz2 156220 SHA256 
ff9c231dc9f1603374363ca7e5cb30c253032f551a02ca8ef74f0d5adcb99b2e SHA512 
7d4be4d8bed37743696430aef4a827bdbaf7a5ea094259ef6fc7612955d95f3ef6b10cd08a6af5cf4111608ef93e07701be2f945e507f7c5c62e0997018e5b3f
 WHIRLPOOL 
c17423fd13b04a7a8f2a73883407e5b61d07d88dc849b86f44c6220a3f188badb4f0fa2ef9321d121460a1a0203b8c2622bbb4dcfe51257c2d2b161da00e87aa
 DIST TwistedMail-13.2.0.tar.bz2 160046 SHA256 
6e4b3844a27bc1f85ae7529bf1c0574f6962c8ca66e08c3c06c2a5a2e39acfc8 SHA512 
399e34dbf674e3e30acf49769fbb9c188f1dfc00187b82e67865490b5a9f2847ad1d70fc1bb930a50b4b77b3e017212590c93f3077a8464d9e1f662750f37314
 WHIRLPOOL 
274f5f60564d94beea5c4a4aa1593de4e602aa7f3fdd6cecfc25ab543d90e177e94b1a73c2857f00f870e3d37b0b427e31f424240fd499ec759ab16ee8797adf
-DIST TwistedMail-15.1.0.tar.bz2 161265 SHA256 
fa83f1afc4c2f53321fc2911b64dc923755c0dd8f8f53cee1bbdecb6bcee6474 SHA512 
2b5453e83185fa51222e26abf59a743c8cdc872f556c28135a7d7a717cf438f5a9d3ca6085ad4b35ae64509e49130812c3dba4cbe65aacdb738fc903492a1a15
 WHIRLPOOL 
c762acb540f9a3be46788087c434ea8de42660f4ec5a646777d75b66a016d2ebb2fb4f15befa430e7ed01e2e0c7a65f3a47924eda8a6c6afa76febee4fe5391e
 DIST TwistedMail-15.2.1.tar.bz2 161891 SHA256 
fc50bee5b5aa95164f5aaf09d29fff3897abb7902db508fa58a004fdeb20d324 SHA512 
d3c29ad842610dde6697e76456125716a8657f9e7938ac6e66fd3c226fc339e04551a2074c8af8627882c2a761414d5f856fe647b3900ed4eae0fbe7fb5bba23
 WHIRLPOOL 
264dc5e931291b7398022d0f3cae0f1af8dc4675b12950adaaa1613a9aa3596c66ec081751bb929be417e29a80e235ccfad9f63893dca66544fe76c65e38568d

diff --git a/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild 
b/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
deleted file mode 100644
index f831284f4ee..000
--- a/dev-python/twisted-mail/twisted-mail-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="A Twisted Mail library, server and client"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild 
b/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
deleted file mode 100644
index c1796b19db3..000
--- a/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="A Twisted Mail library, server and client"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/webtest/, dev-python/webtest/files/

2017-05-03 Thread Michał Górny
commit: 0dd459b8f592d02c2c0112608822239ca35620e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:28:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd459b8

dev-python/webtest: Clean old versions up

 dev-python/webtest/Manifest|  3 -
 .../webtest/files/webtest-1.4.3-doctest.patch  | 15 -
 dev-python/webtest/webtest-1.4.3-r1.ebuild | 57 --
 dev-python/webtest/webtest-2.0.17.ebuild   | 67 --
 dev-python/webtest/webtest-2.0.18.ebuild   | 67 --
 5 files changed, 209 deletions(-)

diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
index af9550e7537..ed27da960ee 100644
--- a/dev-python/webtest/Manifest
+++ b/dev-python/webtest/Manifest
@@ -1,5 +1,2 @@
-DIST WebTest-1.4.3.zip 80008 SHA256 
0439d951afdf6c58d19e0a83e30855d0bb7e35ab177d9261add71fc5a724b6ab SHA512 
87436f182edc3178481f4ec3d073399784e353d6480790470891a18d3605c2bb5a1f4effe0ffa0ce241f1256e99f1a4e3e5fcd2896acb8931aeb60a88fa2bfa2
 WHIRLPOOL 
e509a71a213b9085473536afb51142c4cd9fe99b52870139498fe5b68e8326e8b23df9af3502f0d3ebffbe0076165564d38ef143d9b229bb94b23bb857ca6fe9
 DIST WebTest-2.0.16.zip 88232 SHA256 
24ad0c9ee377f16df4d0bd626a64a75eec901852ac788bdb70e0261bff0026eb SHA512 
da09abba8ed52c8d673acf547f47df6919b534b33b746944610fc78bd3695f36e3718f89e68f8aec7852b6cf98da0f0b5500dfe9427fd7926e5304ad216eafbb
 WHIRLPOOL 
68d392000c8767ef9b5d4cc657bd6e99ec75eb4cb20cacdabdcca87942894b290f957854fb7dfb7c9eb8312877575c4e4d258e78c05f985e972b02ee04ec2643
-DIST WebTest-2.0.17.zip 88435 SHA256 
36457f708a57e4295a2c05aaf47b620b66e25429dd9170c59d0718ff7934a0b7 SHA512 
5a1e26108af1cb5fc5db10bf10a48c98815ccacb84c692ecedfc6ef02427bedaa3bdfc466a89faa51c82474da2bd393aae5f17821c516966999c5d2e5f12628d
 WHIRLPOOL 
2c7c504fd6087cc116f28de8113f456901535d6d098845bc1b3551264ee9ea5c7bc9fad4699015eecb974a0423edf60e0715d93025ed3d05da91a6235dc6e1fb
-DIST WebTest-2.0.18.zip 88440 SHA256 
beb569e6d707cb4cd82c226c97b7e1f41cd62bae656d89e687107eef8376c7fd SHA512 
98f61325a2cb0db3c0aec317f3acf8a741531fece33fa359615cdee8738cb2c4523156971c1fd420c900b0d3ece4adc15f2e77975f40376f0e58370ff7b5fe79
 WHIRLPOOL 
5057d1c1518656f4869a6baa41617815972044b91b2dbc8d56b2adcb379fefcf01de57b90cd7ee98664c004619f2170d5a6f0fd9a175a83ef758af0ee7d5c48c
 DIST WebTest-2.0.21.tar.gz 66866 SHA256 
3dc92ecd7604e21fc7c97578e4c43aff2a67cebdd4884a2aa804d85e85b34b55 SHA512 
21f58ee9192fd0eb0eb2d88179ffc015aa5cf04c8004db251bd65d13d54c34b9e6b5fc9fdd8e9fcbbc18fcfb2be714c0691b2ef034318861262f8705b4a44610
 WHIRLPOOL 
f87c877dc30dcee5c86225849d27a1a3b5504f656e4c68ff88273c665f1684cb21f0e31ebcdd4b6981e1bc5269d8057379f78d90c708de8e319846a5aa27669d

diff --git a/dev-python/webtest/files/webtest-1.4.3-doctest.patch 
b/dev-python/webtest/files/webtest-1.4.3-doctest.patch
deleted file mode 100644
index 15b65c51707..000
--- a/dev-python/webtest/files/webtest-1.4.3-doctest.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This doctest relies on dictionary key order, so remove it.
 a/docs/index.txt
-+++ b/docs/index.txt
-@@ -321,11 +321,6 @@
- 
- >>> res.lxml.xpath('//body/div')[0].text
- 'hey!'
-->>> res = TestResponse(content_type='application/json',
--...body=b'{"a":1,"b":2}')
-->>> res.request = TestRequest.blank('/')
-->>> list(res.json.values())
--[1, 2]
- >>> res = TestResponse(content_type='application/xml',
- ...body=b'hey!')
- >>> res.request = TestRequest.blank('/')

diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild 
b/dev-python/webtest/webtest-1.4.3-r1.ebuild
deleted file mode 100644
index c7b2abe0252..000
--- a/dev-python/webtest/webtest-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Helper to test WSGI applications"
-HOMEPAGE="http://pythonpaste.org/webtest/ https://pypi.python.org/pypi/WebTest;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=dev-python/webob-0.9.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyquery[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}/webtest-1.4.3-doctest.patch" )
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs html || die
-   fi
-}
-
-python_test() {
-   # Tests raise 

[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-names/

2017-05-03 Thread Michał Górny
commit: bc8e3c238022bccacb75d6f1fb48fd5ba8c24993
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:03:40 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8e3c23

dev-python/twisted-names: Clean old versions up

 dev-python/twisted-names/Manifest  |  2 --
 .../twisted-names/twisted-names-13.0.0-r1.ebuild   | 18 --
 dev-python/twisted-names/twisted-names-15.1.0.ebuild   | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-python/twisted-names/Manifest 
b/dev-python/twisted-names/Manifest
index 805c65c87e1..15ceba3c40c 100644
--- a/dev-python/twisted-names/Manifest
+++ b/dev-python/twisted-names/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedNames-13.0.0.tar.bz2 60955 SHA256 
831741ec0abaf6fc13469d172152212ab3e8c112b0313c2c0614348e3f32d575 SHA512 
37a4f4dc311243d18752cf9f27a0d65a9c6efa9600f59060e4bd62100863d7b14076d1e1fea51a0fdca67a5807803ebf36c262f44ee80ce2bf14ef1e1512639d
 WHIRLPOOL 
e99e693b7b0d551ddc45bcac4562d419557730447e0d6767ba6ee42c622a199b63f75855bab0c7d61a4902306cf2776f666effd5d25403a3ed2069ce793e3e7a
 DIST TwistedNames-13.2.0.tar.bz2 71127 SHA256 
b8ed07790661eac454ee0bc424f9ede649dec87c11d423421ce2808795e131d5 SHA512 
1dc7ac69f51a41f3fa6472ae633649d61935ca0c64233a86c69755e8a53100402842712beb2b555dfbf493696bcb4a0fa7d70fa2d3450fe0448b680f85eb9fb5
 WHIRLPOOL 
b6d116781c9dbb408b0eac3fcd7c9ee5259e6d92fd6b7c737168dac14a6534c4f9f684170b6e0103f68703600284da68afb7dfc98f0d0d85117373ae41599053
-DIST TwistedNames-15.1.0.tar.bz2 88684 SHA256 
998821c69b8f950264985bcb296340023602d81899a8e3345b055fb05e1f9b28 SHA512 
c03141bce0eb26de927d537a896b72823b8dbabde946a3dffd68331c6bb63deab4e7260e07540eb980d31a190c7d5b8224b46dc2e908e8b1aa8c6f869acf745a
 WHIRLPOOL 
768b2d70b00bc12004481dc034dbb437d7fcb21940c590cafe02aab08b68181189967e0c19e46fdebdb776b0ecfaa9b5fa127198ec361554a308e2769557ce29
 DIST TwistedNames-15.2.1.tar.bz2 88688 SHA256 
9da80426cd1a1a9951af0adcc54635abda63988761b6f6a92c356916184daf68 SHA512 
2ca2c4e4e9a49e82246f781f2fd1eb86a85d78236251e085dc88a8b52b7b58964cac4ff2db75a97ea652350f650bc06fcc4d4964747b7e9c5a6631c2ea6aed80
 WHIRLPOOL 
23e38dea7be7a418b5efa38d9b100411d3cf24b0bbe87aa8048b463eac7cccd372b1423f546428392942841f3d7eb6ad900f03ef206ff685de215f0e91182493

diff --git a/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild 
b/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
deleted file mode 100644
index 097b111fc82..000
--- a/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="A Twisted DNS implementation"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-names/twisted-names-15.1.0.ebuild 
b/dev-python/twisted-names/twisted-names-15.1.0.ebuild
deleted file mode 100644
index 1abf035420f..000
--- a/dev-python/twisted-names/twisted-names-15.1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="A Twisted DNS implementation"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-words/

2017-05-03 Thread Michał Górny
commit: 1767ceecbe3c4fcfacda761a2aa771cd11df8c5f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:02:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1767ceec

dev-python/twisted-words: Clean old versions up

 dev-python/twisted-words/Manifest |  2 --
 .../twisted-words/twisted-words-13.0.0-r1.ebuild  | 19 ---
 dev-python/twisted-words/twisted-words-15.1.0.ebuild  | 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-python/twisted-words/Manifest 
b/dev-python/twisted-words/Manifest
index 1d655b19e19..eed8eeaf9e6 100644
--- a/dev-python/twisted-words/Manifest
+++ b/dev-python/twisted-words/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedWords-13.0.0.tar.bz2 167286 SHA256 
aec3ea773d7a6b3744edaa4206a9d9ce0f20c414c09bc8e53cbc8c96558acbe6 SHA512 
5693eaee5dfe2687190e88cb0bc7f13ad7ab8dd1f5c3ac5a2ebf50cfdf667743d7f486d31e53de7d55bc3cfaa7f3e8cab500bd6da0a03a60522b815e4eac1dc5
 WHIRLPOOL 
021be2c046f05931b65056446b3ffa748e309b5850cfdd5a2d1613ba939b323fe4be8864567d2240d98f26bdf7ac2881956926b38116ae7b43bdff07b144faa8
 DIST TwistedWords-13.2.0.tar.bz2 176411 SHA256 
079c4acc179d71058b4c5f802ceda4e3f31eddae1f09b1ab88d1c642fab746af SHA512 
84ff45f86a0c3d7074fdfcd01159833b461780b75c5135d7a1cc2b3c4c918ad2299c217e8f5ef8e9a71f87a005ec1037fcf870e56601fcee50347ac2e1c39105
 WHIRLPOOL 
6c68fa2faaf5deeb33cffb92f182f45257e13db88251b447f6a0e9690f80621234a8de13d53e976cb141a729763419bff1db55db94e274b836d491545fa1fb2f
-DIST TwistedWords-15.1.0.tar.bz2 166836 SHA256 
94863962e5dc339217c2c6dbeb081d78e8976a20bd588f287a23974bf58c1adc SHA512 
1b711fea9aabc0d9f3e73e811cabbde41f1e5bdf4573dbe5fcbedb7da480aabe0ed23e006433ad3c425db39277c58804ef408c5d31d2b3e7c2c5564a9a631857
 WHIRLPOOL 
81e46ef43cf99e99b02348a89aff52d7b96b03180d09e27c9d76cb0887a3ccbfb54541497277d62c196f3cacab2c4b112cf7733df3f8ea5a5605dbb152d45a80
 DIST TwistedWords-15.2.1.tar.bz2 168483 SHA256 
ac316d252cc807e0b35728fe8e61d3613e2b52b4991004f896d6faeab63d8189 SHA512 
aca278a69f5c4deceab0e6f1c6461186131e4b9e7558970175cd5a70232eb7096c3c10fd300a9d22612e97dceeba71765118af45eed7a610678f66d9036452e7
 WHIRLPOOL 
d35c2643265ebb3cf9a3f9060b151120476f7f1d8fd2b81618b276d0bcad2e16a1bb7b90589d70d219fee72611db6cfd5f871ef398515e5c20f487d69d6cb849

diff --git a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild 
b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
deleted file mode 100644
index 3ab879eaa8a..000
--- a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-words/twisted-words-15.1.0.ebuild 
b/dev-python/twisted-words/twisted-words-15.1.0.ebuild
deleted file mode 100644
index 3cfcc1ef0e4..000
--- a/dev-python/twisted-words/twisted-words-15.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-conch/

2017-05-03 Thread Michał Górny
commit: 2723c91f3088f07d358d1465c8a0f7ce32078031
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:37:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2723c91f

dev-python/twisted-conch: Clean old versions up

 dev-python/twisted-conch/Manifest  |  2 --
 .../twisted-conch/twisted-conch-13.0.0-r1.ebuild   | 31 --
 .../twisted-conch/twisted-conch-15.1.0.ebuild  | 20 --
 3 files changed, 53 deletions(-)

diff --git a/dev-python/twisted-conch/Manifest 
b/dev-python/twisted-conch/Manifest
index bf5fccfcdfe..7f819aae2aa 100644
--- a/dev-python/twisted-conch/Manifest
+++ b/dev-python/twisted-conch/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedConch-13.0.0.tar.bz2 223663 SHA256 
7ebbd2ff600a4ee7da3e683b22be4ad97db79ee3b0af0c2758ca3f3788cf9ef2 SHA512 
80fc9e2ca1ebd5477964c0de4d0050f1e8ff81ad5f02f836bfa7dd20be487763add83b4df2a038b9cd6066b82cfee2dad932b0f6f7bcbd67428b6babddc3afb0
 WHIRLPOOL 
2b4b8599f28c0a5980903d0e678a3e05d4bac99a0bc5aa3db6f2fe0bfb3b6336434678f680fc8e3afeb443c470e10e9b08a28dfc7a02cd2ae0a070e7d4258de5
 DIST TwistedConch-13.2.0.tar.bz2 243977 SHA256 
1559f2070e47a8dfb63a387a8d8deb4dae73226429b26bf2983dc7d1df86cc69 SHA512 
3e9cfe76b5fdd8e18732d554721d493bed70b757b21029f8e126d486011b41da26a34409062cb5ffe4283a57b6d342434c84959b78b2781f069e22d2da610043
 WHIRLPOOL 
7ddf201c17f6625cac09197bfc1b532d1f6f8bd01b888668ccb16b5577b235a3379af11e436e0a4ed308218b6fc27e1250841367dc8c191bc420f4a90a7a2a49
-DIST TwistedConch-15.1.0.tar.bz2 222091 SHA256 
51dc4d3ab3f13e64a196046e3d722689f87c586f3ebe42e287c2063fdd48bb4c SHA512 
912d9a288fcc6bb3e8babee75325ea7a384e364d227f0629bbb5af8c813cff75dbeb38755d2f0eb5bd5ac243c45c4ed5f1c9e01bf0d693b027adeeef59ebd691
 WHIRLPOOL 
09717988167eaf7ed4ed48262ea344342125deae845b3dce0781a84122446922864d189943011d0be9ddc0711a2236637cb9d6c28e049f5e7c3a59440a65512b
 DIST TwistedConch-15.2.1.tar.bz2 222736 SHA256 
77ad3f89fcad8918067e047831c0716a514ff5f9405d6896abf17fd3de05d634 SHA512 
d21879801e3cc925345e6528a84fa031f5cc1c8a2b5aebc5d3540fdd356d9743fe827ab8060db13b462a6d8986ac23307feaf78725950cef462f06b4edb93df7
 WHIRLPOOL 
072a90c66380467354e32af702a0caef71bbd4de469681240e3e91deb74927e5364835d4065a72224433d716763b5eff503adc5205c28a61a07f7ec51c1fb671

diff --git a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild 
b/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
deleted file mode 100644
index 65a2ca05ac7..000
--- a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted SSHv2 implementation"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"
-
-python_prepare_all() {
-   if [[ "${EUID}" -eq 0 ]]; then
-   # Disable tests failing with root permissions.
-   sed -e "s/test_checkKeyAsRoot/_&/" -i 
twisted/conch/test/test_checkers.py
-   sed -e "s/test_getPrivateKeysAsRoot/_&/" -i 
twisted/conch/test/test_openssh_compat.py
-   fi
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild 
b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
deleted file mode 100644
index e28a1ad781c..000
--- a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted SSHv2 implementation"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-runner/

2017-05-03 Thread Michał Górny
commit: 94e9a4c657dd2b967131a23b8fd2a423df972274
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:04:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e9a4c6

dev-python/twisted-runner: Clean old versions up

 dev-python/twisted-runner/Manifest |  2 --
 .../twisted-runner/twisted-runner-13.0.0-r1.ebuild | 18 --
 dev-python/twisted-runner/twisted-runner-15.1.0.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-python/twisted-runner/Manifest 
b/dev-python/twisted-runner/Manifest
index 393d2719754..17435e11790 100644
--- a/dev-python/twisted-runner/Manifest
+++ b/dev-python/twisted-runner/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedRunner-13.0.0.tar.bz2 12879 SHA256 
f469ebaa364c4fdcdb847b5cd3c614900457d476abaa96612f71a7ae652f56d7 SHA512 
332b8ec0650eea8a1bf6a355a54a2ca05138d5859cec3317833369689f92e835ef6c02b7414d680e1019c503b85d87516e590ab23edccd29660880bdc4625c08
 WHIRLPOOL 
2fdf0a25d721f83aa33839796b1a03cf4303a9c928b7b94d02f03f63c371a650e5ace947c9d6b6142972756e9fe72d3f80745cf1253d973444c0b4e43d434929
 DIST TwistedRunner-13.2.0.tar.bz2 12944 SHA256 
0609d2706da8ed0f6e96ca1d94c7dbcb90cd3972d26e1c471df8532a7553e9fb SHA512 
1ede91957ecf349164fb63e284896f8909c88e54c032c6c326aabe2efa3058b5b9ba232e5ca60e71776dff4514a6c23483d9720e815f07c48c10232831741489
 WHIRLPOOL 
1095f5cceb565d1dbdb4232baf4575365d07dde14545eb6779ca9f898cc666724a529aa4531e81ecc367f3ac86b67cae63ff9e692e75e8b6e11d37fce8015942
-DIST TwistedRunner-15.1.0.tar.bz2 13088 SHA256 
c28ccd6f8105629c99584e7d9c9a04f90191085bf5e548d15aeb3c226a4c9e24 SHA512 
335cb42dc3ecc7708ebb69d79fd2eadfa78d7ef804ad4f6d76660234cff0315aeafbe2a1a7a7e48d994f17ac4403fecb5dc6f987a8a67c9960faca2339afd1c9
 WHIRLPOOL 
9a735454c03187553deae94c1006b5de74cc3b0382ba2f82b4ab3888b86d520795a996d6a28de9c789a3bc59722dd355c1b1f33161bf31eb7ed3d6a5a2627a56
 DIST TwistedRunner-15.2.1.tar.bz2 13041 SHA256 
5890b039f3dea6bdacd86a60de6eac299f96a180f35343d40273c7433afb0894 SHA512 
9cf94b62cf978f0a11dcba7ee18632d94dbf27bf629f5632f6bdbfa21096a4a8ff5298df9e7e42f03469cf3b89dccc537b983cfb198e35ba01e0ef530baa3867
 WHIRLPOOL 
020d2b915119b7895479f53b40e55c12e779f937d58633d81a191fc5c0221793f2d51308e5120070ad5acabd4522d33a459a1aa764cb11528acde0ea60049cc8

diff --git a/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild 
b/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
deleted file mode 100644
index 92143997d6a..000
--- a/dev-python/twisted-runner/twisted-runner-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted Runner is a process management library and inetd 
replacement"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild 
b/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
deleted file mode 100644
index ee8ced79891..000
--- a/dev-python/twisted-runner/twisted-runner-15.1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted Runner is a process management library and inetd 
replacement"
-
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyquery/

2017-05-03 Thread Michał Górny
commit: 24b8d6ccf2c0080dd7d58ddfa7c8398f2879d755
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:23:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b8d6cc

dev-python/pyquery: Clean old versions up

 dev-python/pyquery/Manifest|  2 --
 dev-python/pyquery/pyquery-1.2.11.ebuild   | 40 -
 dev-python/pyquery/pyquery-1.2.9-r1.ebuild | 41 --
 dev-python/pyquery/pyquery-1.2.9.ebuild| 40 -
 4 files changed, 123 deletions(-)

diff --git a/dev-python/pyquery/Manifest b/dev-python/pyquery/Manifest
index ac809747151..0fe9fe6991d 100644
--- a/dev-python/pyquery/Manifest
+++ b/dev-python/pyquery/Manifest
@@ -1,3 +1 @@
-DIST pyquery-1.2.11.tar.gz 43556 SHA256 
4a832ba73bfba03486f5445c75993a26bf62d38d26ff5fcfbde06a7bd0087fc6 SHA512 
56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d
 WHIRLPOOL 
70efeec9e2c3b28656c2af8221c4e74794b3799ffc8d1e3bb4dd43e70ca8c932966d9e332fcfcb8df7b3f342c70b8cb11b8b1cc8354e9d88294053174f1c
 DIST pyquery-1.2.13.tar.gz 44032 SHA256 
fbc95cf422ac79fa00c5107a2f33dff7dd106d6de569493bd938881b75d42e49 SHA512 
39a2bfe6f1eaefb6d1a78f73e5bdb4d12a9e223b26f6aff0f979ceaa68005ab08e41bdf11fe808489d22e0506e558621982dc59fa2164cd1e3d8168b0ef8ceb6
 WHIRLPOOL 
9dfaff7ee82e162bcf3c9ea9ee03320fafee158aabaeea8cd64fb592abf2386e81e240d1f966747707937c614e0164c9f73a70f480e2c6362da02805cee2c746
-DIST pyquery-1.2.9.zip 45289 SHA256 
46c51eb878b787e814ee8f9737b0a62111034aeb4d1c06450ac5a8ea5a70e602 SHA512 
f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05
 WHIRLPOOL 
a57bb04402a3a8af98e7073d2b4e415a3e455bb67b4dc946831832f24339fe29fcd560123651abb3ae38c4ee9da3973638d27e064122702c0d1dd63d971fb67b

diff --git a/dev-python/pyquery/pyquery-1.2.11.ebuild 
b/dev-python/pyquery/pyquery-1.2.11.ebuild
deleted file mode 100644
index d3b9337a8a3..000
--- a/dev-python/pyquery/pyquery-1.2.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A jQuery-like library for python"
-HOMEPAGE="https://github.com/gawel/pyquery;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/lxml-2.1[${PYTHON_USEDEP}]
-   >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   app-arch/unzip
-   test? ( ${RDEPEND}
-   dev-python/beautifulsoup[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/webtest[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' 
'python2_7') )"
-
-python_test() {
-   # The suite, it appears, requires this hard setting of PYTHONPATH!
-   PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-pkg_postinst() {
-   optfeature "Support for BeautifulSoup3 as a parser backend" 
dev-python/beautifulsoup
-}

diff --git a/dev-python/pyquery/pyquery-1.2.9-r1.ebuild 
b/dev-python/pyquery/pyquery-1.2.9-r1.ebuild
deleted file mode 100644
index 45846edbdf0..000
--- a/dev-python/pyquery/pyquery-1.2.9-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A jQuery-like library for python"
-HOMEPAGE="https://github.com/gawel/pyquery;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/lxml-2.1[${PYTHON_USEDEP}]
-   >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   app-arch/unzip
-   test? ( ${RDEPEND}
-   dev-python/beautifulsoup:python-2[$(python_gen_usedep 
'python2*')]
-   dev-python/beautifulsoup:python-3[$(python_gen_usedep 
'python3*')]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/webtest[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' 
'python2_7') )"
-
-python_test() {
-   # The suite, it appears, requires this 

[gentoo-commits] repo/gentoo:master commit in: dev-python/markdown/

2017-05-03 Thread Michał Górny
commit: 424bfd36bad51c74e82df0327e18fcc00d18f271
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:32:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424bfd36

dev-python/markdown: Clean old versions up

 dev-python/markdown/Manifest  |  3 --
 dev-python/markdown/markdown-2.6.3.ebuild | 53 ---
 dev-python/markdown/markdown-2.6.4.ebuild | 53 ---
 dev-python/markdown/markdown-2.6.6.ebuild | 53 ---
 4 files changed, 162 deletions(-)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index 12364119a57..fdafc1a1054 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,6 +1,3 @@
 DIST Markdown-2.6.1.tar.gz 298074 SHA256 
b5879b87e8e5c125c92ab8c8f3babce78ad4e840446eed73c5b6e2984648d2b1 SHA512 
53e11c5d4feacdb8210427da65b6b09453e8c904e86b42095a80132a4b67e926ba974458769e5227bfeaddd3bba5f6bd7ca7e3385951982ec982f63989119d78
 WHIRLPOOL 
58b6d87354ee19aac7ad1567e10f2cdc99c1aa980d3bee2fee81a5ccb5e70f43d13750dfaf1df9a42c00f3d35664731b52bfa1246271907f5a3422281ede1cc6
-DIST Markdown-2.6.3.tar.gz 301441 SHA256 
ad75fc03c45492eba3bc63645e1e6465f65523a05fff0abf36910f810465a9af SHA512 
29917d7112d84bc175cdab39fe1c57cc7c7efcef60cddde41905c8314caf86500eab50a1c93c5cde2cfcd82ce1214ab65367fc7d2111c9487596b9cae16882ee
 WHIRLPOOL 
8d50fa6895a117c081f1ccb5cfc456a297a8ff36e1597add78fbd8acfd4b72f79c617c5bffc790bc7c6d76f7aefef5706b8d8083f4104500f4b5c035aa14546d
-DIST Markdown-2.6.4.tar.gz 301632 SHA256 
e436eee7aaf2a230ca3315034dd39e8a0fc27036708acaa3dd70625ec62a94ce SHA512 
5fc4ada494880871833046ef9a115385542002e6ec104847353fb2638fce6e46f2bb54ff37bd7d43eb100a448dc424ac425937cadc9ec1d81ea9e70887d8e460
 WHIRLPOOL 
ca0d39b8cbbc124a5a6a4324d627c66d717e1f4c4c43c09d9ff208a23b56b6de79ed7b5cf9a57a2c598a3f40810d4691d42dcbf48690c58d13f38adb8e318490
 DIST Markdown-2.6.5.tar.gz 301781 SHA256 
8d94cf6273606f76753fcb1324623792b3738c7612c2b180c85cc5e88642e560 SHA512 
d966136a7184ada4eec70af661aba441694a8c4f59e57d59a28dfbc1649ca1e90cc1e4a29b354b3caf35362e1e0c96eeb3f46c68f82d7a898b76c08866d459d3
 WHIRLPOOL 
752414989f7b3ba04f4f4d8b9f855c9d64f816c61b4d6333e1b3c15b2aadf6579f1b1f0a686ca3eccfc3fcdaac8007c6655a0f331d795a8a0b07ef83dda2465c
-DIST Markdown-2.6.6.tar.gz 302566 SHA256 
9a292bb40d6d29abac8024887bcfc1159d7a32dc1d6f1f6e8d6d8e293666c504 SHA512 
cbe9343130e5200f8b5a796e5b9948a27d2bc7896b664d6656827bc0b05abfa5204eefa5eed02afd361b58a72defcf237dc5fd3033586d4465d109b4429caaec
 WHIRLPOOL 
79b46078b96d4bade5ac7bf2cc8f938d643392e8d49920a7767c74f4c7f44d11d00ac32c3f53494dfe75475666858b0480428b6dec69f1cfb05a54a9fcdedd82
 DIST Markdown-2.6.8.tar.gz 307330 SHA256 
0ac8a81e658167da95d063a9279c9c1b2699f37c7c4153256a458b3a43860e33 SHA512 
85c1a16ebb50af79f378eb2fa936342df6174a4f597a74fee6d0495ef2bc4c7c8337463799e427cb6788b3429e400309958b5c4784f536593047ab2e47ac7c23
 WHIRLPOOL 
a7472b1feb23db0b6fbf8826979d1f82ad6e84dd6d33b66e4bfba9c2914ff10ec278d444aa8ab740d1d290cb1bd6682cb4f6e9cedf66c5cae8d0a5f96cfd4804

diff --git a/dev-python/markdown/markdown-2.6.3.ebuild 
b/dev-python/markdown/markdown-2.6.3.ebuild
deleted file mode 100644
index cfb17d69988..000
--- a/dev-python/markdown/markdown-2.6.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Markdown"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
-   http://www.freewisdom.org/projects/python-markdown
-   https://pypi.python.org/pypi/Markdown
-   https://pythonhosted.org/Markdown/
-   https://github.com/waylan/Python-Markdown;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc test pygments"
-
-DEPEND="
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytidylib[${PYTHON_USEDEP}]
-   )"
-# source cites pytidylib however from testruns it appears optional
-RDEPEND="pygments? ( dev-python/pygments[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_compile_all() {
-   use doc && esetup.py build_docs
-}
-
-python_test() {
-   cp -r -l run-tests.py tests "${BUILD_DIR}"/ || die
-   cd "${BUILD_DIR}" || die
-   "${PYTHON}" run-tests.py || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   # make use doc do a doc build
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/. )
-
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-core/

2017-05-03 Thread Michał Górny
commit: a49cd7c524f297abab6fa61169583f5919ece480
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:38:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49cd7c5

dev-python/twisted-core: Clean old versions up

 dev-python/twisted-core/Manifest   |   2 -
 .../twisted-core/twisted-core-13.0.0-r3.ebuild | 110 --
 dev-python/twisted-core/twisted-core-15.1.0.ebuild | 129 -
 3 files changed, 241 deletions(-)

diff --git a/dev-python/twisted-core/Manifest b/dev-python/twisted-core/Manifest
index 2ff98c8d607..6ee7503522b 100644
--- a/dev-python/twisted-core/Manifest
+++ b/dev-python/twisted-core/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedCore-13.0.0.tar.bz2 1495753 SHA256 
989706fd39c8a28785bdecaa0145b81f7e159b9209d463b5885be7e5c34ff32f SHA512 
624d73d267742cb5b97bed2a39e78caeb01ee5fa871a0a2133455809b1d2a695f0d375c022ae21e91ef20f92fdee05a08a11db7b6b1e92ec810d3e097f929972
 WHIRLPOOL 
02c25eb94ad0aaafea8e1599df387607c6a1323ac55c31b0e98a366f927da2245fc839f5a3509367ed18690694f8599ebb22c0b21b8c90dfbfe2e3727a7846ff
 DIST TwistedCore-13.2.0.tar.bz2 1496299 SHA256 
396ee27f0e824772bf26c636c69c2751127738127e283112e72c2de6c28e36be SHA512 
90cf2019f0d5b125c7bbb5a9e3e7d2dedcd8efd5f9b2ab057e0b41f899d394b995fe599128223c82b1a634fb881ad7ae8ddc5b86b26adb28a3834c05da45f2c6
 WHIRLPOOL 
21a90a98b36775db4e6154c30ea697ef53f4b94a30e1be125e420019d5200cbbf31178937c41b12ffb841b028875dbc6b1234cebf8036f4165d2908c431a6de4
-DIST TwistedCore-15.1.0.tar.bz2 1139396 SHA256 
c769ecc62d65a33f04f932ec727c367eb557610392e9f7bab37eaf169fb1cebf SHA512 
3978429d57b7929bd65103f86d5e150950de48d27382d23a08b97be5c62c218e7cbaa06067ba6c1b926fb372cc290baf5d629af91053cf338e331d996bf8c99a
 WHIRLPOOL 
3baa9a5986e415fee15cbdb33263a9c9ba84a4c7c79a2f744acd28881de2043b56f97137acf5b97d243fe5d6b6885eebaae2b90cced5e81ac4bef5176fd6a1f7
 DIST TwistedCore-15.2.1.tar.bz2 1179442 SHA256 
42efb31330e09b5ffdb8caf735fdb925692c6cfdc03ab7ad25104c3dc41154bb SHA512 
c5923d71903afac7dec15d130ff3bd247dc1a6cdeb35cc642912a43f1e5640088971ddfc7abe3e18ca1853e59ba6a417d4b465fb422aba1a052bc156d7c6e820
 WHIRLPOOL 
8abb2522447fd2e9ad0d3d2e3e0cac8e17e07cd80695b95f12fda6af6ccd6576f4b808f322731445667d194c2216669ad3d4d58c0bc5f798449f1d0a35bcc638

diff --git a/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild 
b/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild
deleted file mode 100644
index ce4282f6be6..000
--- a/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit eutils flag-o-matic twisted-r1
-
-DESCRIPTION="An asynchronous networking framework written in Python"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="crypt gtk serial"
-
-DEPEND="
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-   crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] )
-   gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
-   serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"
-
-PATCHES=(
-   # Give a load-sensitive test a better chance of succeeding.
-   "${FILESDIR}/${PN}-2.1.0-echo-less.patch"
-
-   # Skip a test if twisted conch is not available
-   # (see Twisted ticket #5703)
-   "${FILESDIR}/${PN}-12.1.0-remove-tests-conch-dependency.patch"
-
-   # Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.
-   
"${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch"
-)
-
-python_prepare_all() {
-   if [[ "${EUID}" -eq 0 ]]; then
-   # Disable tests failing with root permissions.
-   sed \
-   -e "s/test_newPluginsOnReadOnlyPath/_&/" \
-   -e "s/test_deployedMode/_&/" \
-   -i twisted/test/test_plugin.py
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   if ! python_is_python3; then
-   # Needed to make the sendmsg extension work
-   # (see http://twistedmatrix.com/trac/ticket/5701 )
-
-   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-   local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
-   fi
-
-   distutils-r1_python_compile
-}
-
-python_test() {
-   # NOTE: on pypy a couple of failures (refcounting, version-checking) is
-   # expected
-
-   distutils_install_for_testing
-
-   pushd "${TEST_DIR}"/lib > /dev/null || die
-
-   # Skip broken tests.
-   sed -e "s/test_buildAllTarballs/_&/" -i 

[gentoo-commits] repo/gentoo:master commit in: dev-python/markups/

2017-05-03 Thread Michał Górny
commit: 07342c91c258204a43b3b99285cf7825394831d8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 20:31:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07342c91

dev-python/markups: Clean old versions up

 dev-python/markups/Manifest|  1 -
 dev-python/markups/markups-0.2.4-r1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
index 5c2010a58bd..1cad2e48066 100644
--- a/dev-python/markups/Manifest
+++ b/dev-python/markups/Manifest
@@ -1,3 +1,2 @@
-DIST Markups-0.2.4.tar.gz 8827 SHA256 
0aab138698035e699fad1c88bebb3fa5e90a1876bc7d8fefb3491513fe13f16b SHA512 
369eda02474f723d694bc0518324afde9f5baef02719448abb420a77d58cf1543939e6d38aa1db531d4214dc4cd4c47b29d79fa7a23b33b4ae74b45ad2ec52c7
 WHIRLPOOL 
1118723f5b9725b68d052e2496ccee414782bd6cceaedc49f9c2918c4055145fb95d49cf962c46eb669ab7a3a8659b86ed54fa5b99f6ac91266cebc4ecf01b10
 DIST Markups-1.0.1.tar.gz 14894 SHA256 
74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee SHA512 
f57f712f84413ed35f53643533d392e2164de02742e170f85fc4556094041ffa16ed1ff6d902bcafe996d22a4410e4c2794e4c96246fc06afbf878d6be85cf31
 WHIRLPOOL 
f5bf7700b76dcad18aba9ec5503ba9516e8e7f8a34577b55b423531c9f88ee547690a90e8043997651fe36516c9990a6de103f8268c4fcf768f4605d8982829f
 DIST Markups-2.0.0.tar.gz 16772 SHA256 
5639ddd76d74e0a5335e5b66ff2f1b3f9a9f0ab6eeff76a1003f59ed0ec2b721 SHA512 
8ccd348efea68678bfb7f47bd13da2729f95a5b5a8d44f11239dbb86b8224867cb1197e46d875ab9a0ba914be004bdc9aa6848b1e6549dc53b12e06040fe
 WHIRLPOOL 
0f47974c498e3088e6af022eeff9478f6602df0cc509c3f04935005fc61e6abd431bdb581f4442f7b06cd86366a96590d04c75642698bc6abbc86679b97768c3

diff --git a/dev-python/markups/markups-0.2.4-r1.ebuild 
b/dev-python/markups/markups-0.2.4-r1.ebuild
deleted file mode 100644
index 7c40377906c..000
--- a/dev-python/markups/markups-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-MY_PN="Markups"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A wrapper around various text markups"
-HOMEPAGE="https://pypi.python.org/pypi/Markups;
-SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}"/${MY_P}
-
-DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   pushd tests > /dev/null
-   for test in test_*.py ; do
-   local testName="$(echo ${test} | sed 
's/test_\(.*\).py/\1/g')"
-   einfo "Running test '${testName}' with '${EPYTHON}'."
-   ${EPYTHON} ${test} || die "Test '${testName}' with 
'${EPYTHON}' failed."
-   done
-   popd tests > /dev/null
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/twisted-pair/

2017-05-03 Thread Michał Górny
commit: c8c9a42fcc6235d2a748979d42311b2ffa505c99
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:04:29 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 06:14:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c9a42f

dev-python/twisted-pair: Clean old versions up

 dev-python/twisted-pair/Manifest   |  2 --
 .../twisted-pair/twisted-pair-13.0.0-r1.ebuild | 19 ---
 dev-python/twisted-pair/twisted-pair-15.1.0.ebuild | 22 --
 3 files changed, 43 deletions(-)

diff --git a/dev-python/twisted-pair/Manifest b/dev-python/twisted-pair/Manifest
index 2dee6b78160..344ae0a928c 100644
--- a/dev-python/twisted-pair/Manifest
+++ b/dev-python/twisted-pair/Manifest
@@ -1,4 +1,2 @@
-DIST TwistedPair-13.0.0.tar.bz2 9187 SHA256 
3773ea87a89e2cca402dc44015e14af0c8227a61d080f0e8d9deb801a4c04503 SHA512 
66d9a51ec1a1a1075ac85aa5f157ffbf4158564ecb68ac74a9d52d72d0c58f70088efb463c4a7e17c187101aebbbc65e947a521661a862a6b6af7ee5aeafefe6
 WHIRLPOOL 
bb6e0d45bb69605002891e2cd060da3aa23549a49426eb0f4422fefe744e17c27ec3e418686c26f7ff721ebb26d0420b0057f24b5660cc062d707773651ea12a
 DIST TwistedPair-13.2.0.tar.bz2 9251 SHA256 
600c7dd1e9a4798540c16a7a94585a0e45e938b6f379ff863725bed85c91eb1d SHA512 
931b2564e66d5056ce10695e7d9884b55d42c1081feaf9edc011aef9dff21f40e628312a89970f83619611967f155f26f4bbd9d1a325d30670e245e00f47e2d0
 WHIRLPOOL 
502e096358d0a92051f4b0179bb11d4884d5fac9bf4c4cd3e6b9620fa263f6ee69919c5bc89d7d9a427638e04694f19da529589bda88fa28faba610e8907625b
-DIST TwistedPair-15.1.0.tar.bz2 21712 SHA256 
b12521b6668efd001c01f1a2703c64f586a4ebbc388b5aca56bb076795c0762c SHA512 
3214017dfd4f62e074d486561ed9c7640d4f43f20fd21b3068427d482bfb3b0b723732b547a5467603b667aa62404e957343ead19a00a0b8a2f0221aa8a4691e
 WHIRLPOOL 
8060d0653dd7e510efc32bc3da2ced56ca9066f0667b2167db455dbaca944982d5cfb2e462eb081415e757b3735bbcf2415ddbf35657ba4e024c0759f45c5987
 DIST TwistedPair-15.2.1.tar.bz2 21755 SHA256 
50a95ea152272d98048d10b987805d0aadca5ad3cd9b04580c8bde69bf260583 SHA512 
e7e9c8d88ca490c5e9f41ade6aede36dc23ea935f7c1658355bf685e21000e4e20ee1a3ccc3ebdba312fe026a8b7b25f2bcf51c3761668c2c3ce86b37ad3c725
 WHIRLPOOL 
fbfcc763d2fb3b93b369426d7cfcb1bb1309b3720f5fb97193a7ffcdffe67c966b1c2e89ef824df106fe84d5f5d35d934449d0c8a5a73de995c03d7da0e14e65

diff --git a/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild 
b/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
deleted file mode 100644
index d5057737aa8..000
--- a/dev-python/twisted-pair/twisted-pair-13.0.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted low-level networking"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"

diff --git a/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild 
b/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
deleted file mode 100644
index 58c8c34256d..000
--- a/dev-python/twisted-pair/twisted-pair-15.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit twisted-r1
-
-DESCRIPTION="Twisted low-level networking"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
-   =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
-   dev-python/eunuchs[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/twisted
-"
-
-# https://twistedmatrix.com/trac/ticket/7433
-PATCHES=( "${FILESDIR}"/14.0.0-tests.patch )



[gentoo-commits] repo/gentoo:master commit in: media-libs/virglrenderer/

2017-05-03 Thread Matthias Maier
commit: 9238ccd5451277a3642b2285e476cd61ff468e78
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May  3 06:03:32 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May  3 06:04:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9238ccd5

media-libs/virglrenderer: ebuild maintenance

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/virglrenderer/virglrenderer-0.6.0.ebuild | 2 +-
 media-libs/virglrenderer/virglrenderer-.ebuild  | 9 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
index 81f9b4a6450..ea5be9b16eb 100644
--- a/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
@@ -7,7 +7,7 @@ inherit autotools eutils
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.freedesktop.org/virglrenderer"
-   inherit git-2
+   inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz;
KEYWORDS="~amd64 ~x86"

diff --git a/media-libs/virglrenderer/virglrenderer-.ebuild 
b/media-libs/virglrenderer/virglrenderer-.ebuild
index e66af32a53a..bbd6c4c2fab 100644
--- a/media-libs/virglrenderer/virglrenderer-.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
-inherit autotools
+inherit autotools eutils
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.freedesktop.org/virglrenderer"
-   inherit git-2
+   inherit git-r3
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
test? ( >=dev-libs/check-0.9.4 )"
 
 src_prepare() {
+   default
[[ -e configure ]] || eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/virglrenderer/

2017-05-03 Thread Matthias Maier
commit: 07f72dae992b1dd9a13489da0238edd6bd5f6337
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May  3 05:55:44 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May  3 06:04:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f72dae

media-libs/virglrenderer: version bump to 0.6.0

This is a hand-packaged version of upstream commit

  737c3350850ca4dbc5633b3bdb4118176ce59920

(version 0.6.0 with two additional security patches)
containing fixes for the following security issues:

CVE-2016-10163, bug #606996
CVE-2017-5580,  bug #607022
CVE-2016-10214, bug #608734
CVE-2017-5957,  bug #609400
CVE-2017-5956,  bug #609402
CVE-2017-5993,  bug #609492
CVE-2017-5994,  bug #609494
CVE-2017-6210,  bug #610678
CVE-2017-6209,  bug #610680
CVE-2017-6386,  bug #611378
CVE-2017-6355,  bug #611380
CVE-2017-6317,  bug #611382

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/virglrenderer/Manifest| 1 +
 media-libs/virglrenderer/virglrenderer-0.5.0.ebuild  | 2 +-
 .../{virglrenderer-0.5.0.ebuild => virglrenderer-0.6.0.ebuild}   | 5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/virglrenderer/Manifest 
b/media-libs/virglrenderer/Manifest
index e1e4c10d0b7..620f0b1003a 100644
--- a/media-libs/virglrenderer/Manifest
+++ b/media-libs/virglrenderer/Manifest
@@ -1,2 +1,3 @@
 DIST virglrenderer-0.2.0.tar.xz 198544 SHA256 
eab6d5bd99a6fab8930d5b5d4fa304d43b6e57d807a0354d982b49ccb53453c3 SHA512 
c10db5693d86acc5f14ef6bcfda5187ffc23c779c4cf95f12539dd658ed876bf7924358573de3598a084753281ade25ace23f016d1d1defe7ce399e9e7ac81cb
 WHIRLPOOL 
4b38b5bcb222112e21656f215e4aeba57d2a65a72b2a446262fbe998a83ac1ec8ae0a29ac3b50709586cae66f95bcfda4227270ff164f1a5152dfba79a2091dd
 DIST virglrenderer-0.5.0.tar.xz 221516 SHA256 
82f1e06e5e3be1ac1bdeeb661cba35e56e30d24c558ad8660cca17a792886bcb SHA512 
2e1f9b36de7e23879fd9a0e17f68d96bfaf57ded4c4bdfb7c5db2c81c7567ddd8c15fa95ebd09673c008951a40fa36c543091ae978f989763ac2a7174419e98d
 WHIRLPOOL 
fc0b1de43aebebf56ecc50efd5c8cddd578bfbd575ffc1db2ea922998fbe50269477f9baef9ac8a0f5e193c542a14729204c08c8c814546a975bf507ed8ef624
+DIST virglrenderer-0.6.0.tar.xz 222536 SHA256 
2900b106dcf831b2e6eb28db934740bb183a4cee01bab8ed07deed5e82d99cc4 SHA512 
23d5f8c582f02303e3b4b59a6ca66e7859367a0bb931b884521f615bf9e25290f1ad2a32a92c127df1ec0f48503e20f557f6e910973ca2c7620b75801d5f3401
 WHIRLPOOL 
f281fc6c9a9f83d9a4cb17b0da25a71d5cfb2634396ab0b4f4e86ab9e72b8af76d061f4553ee58a4734767944ebd4d7a45741c7e3e738ef0091513a47ed9dbd0

diff --git a/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
index d9b1ceb5ea4..00835fdd475 100644
--- a/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"

diff --git a/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
similarity index 93%
copy from media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
copy to media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
index d9b1ceb5ea4..81f9b4a6450 100644
--- a/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
+++ b/media-libs/virglrenderer/virglrenderer-0.6.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 inherit autotools eutils
 
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
test? ( >=dev-libs/check-0.9.4 )"
 
 src_prepare() {
+   default
[[ -e configure ]] || eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/virglrenderer/

2017-05-03 Thread Matthias Maier
commit: bd716964db1b6936d57d1e1cd19210f25b175f45
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May  3 06:01:53 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May  3 06:04:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd716964

media-libs/virglrenderer: drop vulnerable

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/virglrenderer/Manifest  |  1 -
 .../virglrenderer/virglrenderer-0.5.0.ebuild   | 44 --
 2 files changed, 45 deletions(-)

diff --git a/media-libs/virglrenderer/Manifest 
b/media-libs/virglrenderer/Manifest
index 620f0b1003a..0adaa5c71dd 100644
--- a/media-libs/virglrenderer/Manifest
+++ b/media-libs/virglrenderer/Manifest
@@ -1,3 +1,2 @@
 DIST virglrenderer-0.2.0.tar.xz 198544 SHA256 
eab6d5bd99a6fab8930d5b5d4fa304d43b6e57d807a0354d982b49ccb53453c3 SHA512 
c10db5693d86acc5f14ef6bcfda5187ffc23c779c4cf95f12539dd658ed876bf7924358573de3598a084753281ade25ace23f016d1d1defe7ce399e9e7ac81cb
 WHIRLPOOL 
4b38b5bcb222112e21656f215e4aeba57d2a65a72b2a446262fbe998a83ac1ec8ae0a29ac3b50709586cae66f95bcfda4227270ff164f1a5152dfba79a2091dd
-DIST virglrenderer-0.5.0.tar.xz 221516 SHA256 
82f1e06e5e3be1ac1bdeeb661cba35e56e30d24c558ad8660cca17a792886bcb SHA512 
2e1f9b36de7e23879fd9a0e17f68d96bfaf57ded4c4bdfb7c5db2c81c7567ddd8c15fa95ebd09673c008951a40fa36c543091ae978f989763ac2a7174419e98d
 WHIRLPOOL 
fc0b1de43aebebf56ecc50efd5c8cddd578bfbd575ffc1db2ea922998fbe50269477f9baef9ac8a0f5e193c542a14729204c08c8c814546a975bf507ed8ef624
 DIST virglrenderer-0.6.0.tar.xz 222536 SHA256 
2900b106dcf831b2e6eb28db934740bb183a4cee01bab8ed07deed5e82d99cc4 SHA512 
23d5f8c582f02303e3b4b59a6ca66e7859367a0bb931b884521f615bf9e25290f1ad2a32a92c127df1ec0f48503e20f557f6e910973ca2c7620b75801d5f3401
 WHIRLPOOL 
f281fc6c9a9f83d9a4cb17b0da25a71d5cfb2634396ab0b4f4e86ab9e72b8af76d061f4553ee58a4734767944ebd4d7a45741c7e3e738ef0091513a47ed9dbd0

diff --git a/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild 
b/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
deleted file mode 100644
index 00835fdd475..000
--- a/media-libs/virglrenderer/virglrenderer-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/virglrenderer"
-   inherit git-2
-else
-   SRC_URI="https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="library used implement a virtual 3D GPU used by qemu"
-HOMEPAGE="https://virgil3d.github.io/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="static-libs test"
-
-RDEPEND=">=x11-libs/libdrm-2.4.50
-   media-libs/libepoxy"
-# We need autoconf-archive for @CODE_COVERAGE_RULES@. #568624
-DEPEND="${RDEPEND}
-   sys-devel/autoconf-archive
-   >=x11-misc/util-macros-1.8
-   test? ( >=dev-libs/check-0.9.4 )"
-
-src_prepare() {
-   [[ -e configure ]] || eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable test tests)
-}
-
-src_install() {
-   default
-   find "${ED}"/usr -name 'lib*.la' -delete
-}



<    1   2   3