From: "Virgil Dupras" <vdupras@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/w3lib/
Date: Thu, 27 Sep 2018 13:07:56 +0000 (UTC) [thread overview]
Message-ID: <1538053529.9fb89deb17260beb80c2d06de6f6a9f02226c294.vdupras@gentoo> (raw)
commit: 9fb89deb17260beb80c2d06de6f6a9f02226c294
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 13:05:29 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 13:05:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb89deb
dev-python/w3lib: remove last-rited package
Bug: https://bugs.gentoo.org/626550
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
dev-python/w3lib/Manifest | 2 --
dev-python/w3lib/metadata.xml | 15 ---------------
dev-python/w3lib/w3lib-1.18.0.ebuild | 20 --------------------
dev-python/w3lib/w3lib-1.19.0.ebuild | 20 --------------------
4 files changed, 57 deletions(-)
diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest
deleted file mode 100644
index 019db8b87da..00000000000
--- a/dev-python/w3lib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST w3lib-1.18.0.tar.gz 37709 BLAKE2B b6fc2b7198cbf82ab509c7b2d9d77c4362840ffb70122476684d16c7c1f0ca3b9b6fdc63985a0c3eea5498c16595a4fd18a5179865d66fdd657a0c9c526194e5 SHA512 5d7a3453081eae79807f6287f862b1b6af196d1f3db19c4063d1730b0e736496e3bf2c96021d4b7237cd448a52450131e2a136c776d0ca74b4222965033289e7
-DIST w3lib-1.19.0.tar.gz 37989 BLAKE2B 4e33ae608c2cb7f924219e3e7fd752e7d4e473d7b9d8ba0994cc0d92d817a7f63645df502c440d1d37d347f0ca9791f3d46da3f9e92fb2c7be4592c4b77644ac SHA512 253a5fcbc93a6031156f43fbcf77e04654dd132a90f06bb2929ad372352514412b247d863b6fbe558553129746bc27965b7de56f80bfbcb828f0a53773b41eb7
diff --git a/dev-python/w3lib/metadata.xml b/dev-python/w3lib/metadata.xml
deleted file mode 100644
index 75452b6af9f..00000000000
--- a/dev-python/w3lib/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>maksbotan@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">w3lib</remote-id>
- <remote-id type="github">scrapy/w3lib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/w3lib/w3lib-1.18.0.ebuild b/dev-python/w3lib/w3lib-1.18.0.ebuild
deleted file mode 100644
index 6c572622b29..00000000000
--- a/dev-python/w3lib/w3lib-1.18.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library of web-related functions"
-HOMEPAGE="https://github.com/scrapy/w3lib"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"
diff --git a/dev-python/w3lib/w3lib-1.19.0.ebuild b/dev-python/w3lib/w3lib-1.19.0.ebuild
deleted file mode 100644
index c9ba0666131..00000000000
--- a/dev-python/w3lib/w3lib-1.19.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library of web-related functions"
-HOMEPAGE="https://github.com/scrapy/w3lib"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
next reply other threads:[~2018-09-27 13:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-27 13:07 Virgil Dupras [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-29 22:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/w3lib/ Patrice Clement
2018-06-26 18:46 Pacho Ramos
2018-01-06 13:39 Michał Górny
2017-10-28 13:37 Patrice Clement
2017-07-30 17:43 David Seifert
2017-05-02 19:15 Michał Górny
2016-03-02 11:44 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1538053529.9fb89deb17260beb80c2d06de6f6a9f02226c294.vdupras@gentoo \
--to=vdupras@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox