public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/micawber/
Date: Tue,  2 May 2017 11:58:26 +0000 (UTC)	[thread overview]
Message-ID: <1493726287.c4744fb479ec8425e3695ce1efd8e583cebb8277.mgorny@gentoo> (raw)

commit:     c4744fb479ec8425e3695ce1efd8e583cebb8277
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 11:08:38 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 11:58:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4744fb4

dev-python/micawber: Clean old versions up

 dev-python/micawber/Manifest              |  1 -
 dev-python/micawber/micawber-0.3.2.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-python/micawber/Manifest b/dev-python/micawber/Manifest
index be9994dcb85..aa5050d84f0 100644
--- a/dev-python/micawber/Manifest
+++ b/dev-python/micawber/Manifest
@@ -1,2 +1 @@
-DIST micawber-0.3.2.tar.gz 32166 SHA256 d779fe96b0064e58376febb5ea17c733a9084e8fd3b1e8ad6348370f4555362b SHA512 b2cdb058710dd84e15c9816c7a39c9378505426b06ddd419b652db071377e71878264f090488d452a6740585762d022bebac3ac2cea2f87d5b18aa7428521b78 WHIRLPOOL 9651a1084eb56dc5b9a1afcc0b5858edec1873345e8e27578123e30c0fc566ba726634ac3eefe4f0b5f335f997f9061e3bd20badf265acd0a58a836301b08a69
 DIST micawber-0.3.3.tar.gz 32200 SHA256 361be2c2cfbfeadad31354e512abf211128156ddcb3bae76672794964d6a6fb7 SHA512 15f5e3f85e6d3bf44e6a4a3ae975872acb2e9093e15b56a5a3b24573332c811955c84f0ee69d327334b22fa61b29a51ce14657fc7bf2f486268145965c159bc0 WHIRLPOOL c50feda990c17211f7abb65f8e66af35b44d51b13793710c9adde015e463dfa567f21835efa02f2b0a80669dedcc81fba0a70624591fd16309d6c5050a77b28b

diff --git a/dev-python/micawber/micawber-0.3.2.ebuild b/dev-python/micawber/micawber-0.3.2.ebuild
deleted file mode 100644
index 9dd8007c74a..00000000000
--- a/dev-python/micawber/micawber-0.3.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 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
-
-DESCRIPTION="A small library for extracting rich content from urls"
-HOMEPAGE="https://github.com/coleifer/micawber/"
-SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-EXAMPLES=( examples/ )
-PATCHES=( "${FILESDIR}"/${P}-remove-examples-from-setup.py.patch ) #555250
-
-python_install_all() {
-	distutils-r1_python_install_all
-	dodoc -r docs
-}


             reply	other threads:[~2017-05-02 11:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-02 11:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-20 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/micawber/ Pacho Ramos
2017-09-24 11:00 Michael Palimaka
2020-03-10 17:20 Michał Górny
2020-03-20  9:58 David Seifert
2020-05-04 11:26 Michał Górny
2020-05-18 10:40 Michał Górny
2020-12-17 23:17 Michał Górny
2021-01-18 12:09 Michał Górny
2021-01-19  2:45 Sam James
2021-01-19  8:02 Michał Górny
2021-03-04 22:21 Michał Górny
2021-04-06 19:47 Sam James
2021-04-06 20:39 Michał Górny
2021-06-05 14:30 Michał Górny
2021-07-13  6:35 Michał Górny
2021-08-16  6:13 Michał Górny
2022-03-28  9:17 Jakov Smolić
2023-02-16 20:18 Michał Górny
2023-03-19 18:49 Arthur Zamarin
2023-03-20  5:36 Michał Górny
2023-06-20  5:38 Michał Górny
2023-07-24 13:39 Arthur Zamarin
2023-07-24 14:23 Michał Górny
2023-07-28 16:14 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2024-06-19 17:32 Michał Górny

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=1493726287.c4744fb479ec8425e3695ce1efd8e583cebb8277.mgorny@gentoo \
    --to=mgorny@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