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: Thu, 17 Dec 2020 23:17:18 +0000 (UTC)	[thread overview]
Message-ID: <1608247033.bca17d2e1e2b6fb9cf68f1659bd2f3e637566741.mgorny@gentoo> (raw)

commit:     bca17d2e1e2b6fb9cf68f1659bd2f3e637566741
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 22:56:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 23:17:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca17d2e

dev-python/micawber: Bump to 0.5.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/micawber/Manifest              |  1 +
 dev-python/micawber/micawber-0.5.2.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/micawber/Manifest b/dev-python/micawber/Manifest
index c438816ef5a..d03e580d419 100644
--- a/dev-python/micawber/Manifest
+++ b/dev-python/micawber/Manifest
@@ -1 +1,2 @@
 DIST micawber-0.5.1.tar.gz 34210 BLAKE2B cc3be0dfdb52a733ff37f249d589f37812c5f6b641b1dd2092faffcfeff9cd79c3989324def721859584280405a28c046ec98aeee3a89106fec0e3f27ed4fede SHA512 888826ced322a0584d827f7e0c58691281d8147e7c3ca9e940493a8beba41fbf6d005b0ca7c4ee6eb8e9c37edea4fb8244aaea9f553b886b1410d91aecbae4ee
+DIST micawber-0.5.2.tar.gz 34541 BLAKE2B d123e67ed859a60d102c4653776d0440e410f084087bf27fa56f4976e6e1d06d4f5a7d91bb67b45c6fb99657d6b3cdf6145d3153bc13553b9f4e7892cc7e6d24 SHA512 2bca326f884e88b31a1e019f22d5002316d200f7b273cf2a80ed6240e3fcafc2816f351e8f992905d4b60223061fb096469e905d75ef7c1c45b941d744a1a217

diff --git a/dev-python/micawber/micawber-0.5.2.ebuild b/dev-python/micawber/micawber-0.5.2.ebuild
new file mode 100644
index 00000000000..6ea149baeec
--- /dev/null
+++ b/dev-python/micawber/micawber-0.5.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+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="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	test? (
+		$(python_gen_impl_dep sqlite)
+		dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+		dev-python/django[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	"${EPYTHON}" runtests.py || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2020-12-17 23:17 UTC|newest]

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