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/puremagic/
Date: Sat, 24 Feb 2024 08:49:31 +0000 (UTC)	[thread overview]
Message-ID: <1708764562.54131ad7185d9a0ff0326be76ff997d73d2fde74.mgorny@gentoo> (raw)

commit:     54131ad7185d9a0ff0326be76ff997d73d2fde74
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 06:46:21 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:49:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54131ad7

dev-python/puremagic: Bump to 1.21

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

 dev-python/puremagic/Manifest              |  1 +
 dev-python/puremagic/puremagic-1.21.ebuild | 32 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/puremagic/Manifest b/dev-python/puremagic/Manifest
index d31e5f5b62ab..466f0c25ac1a 100644
--- a/dev-python/puremagic/Manifest
+++ b/dev-python/puremagic/Manifest
@@ -1,2 +1,3 @@
 DIST puremagic-1.15.gh.tar.gz 295922 BLAKE2B b78a691fe5843eec7be4874c11492565ce474a741bd80cb5787bbfacd4522363acf880071d4e9b3beab14287890e851da1e92eeea2aacce1161729287b99ce9e SHA512 46d8ad7e2aa309558e37589b8a9508ef4156a5d6768b738df5f8539cb9edc12d83ac46a2fd46ef48d9323c73dfeff0e6f5eee8046bdd910f6ea14bb5402e477e
 DIST puremagic-1.20.gh.tar.gz 296430 BLAKE2B 9c10c43edd03ba85d40827e253fe7cbc18ad40e78c0824e653fb47583bf2fe67e5382657e55a4497c982f553f593e21a42bd2b842411e74365dee63a09d5dfee SHA512 a926dbf4957ad78391b8ce9ee77d873593e9c51bc4590d900eafe8162ee1cf75aa3a22679164cdc2fb39adc168c7ecca97dadd7b9d0396dc77d078ef19a0a465
+DIST puremagic-1.21.gh.tar.gz 296990 BLAKE2B 78709c296ee8599009f07f8fadfaa60957895d1a45d3fd5f12605a54901e2f0ab878abdb4dc121a77d2c4da922b2f5a173d13ef660a2265298716a26da28f293 SHA512 cc2c76a2ddcfacdfce778e565b07692dcd247723aa85c562ba4d8c70992f79a8f13a7bc33f1468ee37298c266d35d76febe2e6164fdc145077d68b05cfa2e1c4

diff --git a/dev-python/puremagic/puremagic-1.21.ebuild b/dev-python/puremagic/puremagic-1.21.ebuild
new file mode 100644
index 000000000000..e9212eebd43c
--- /dev/null
+++ b/dev-python/puremagic/puremagic-1.21.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python implementation of magic file detection"
+HOMEPAGE="
+	https://github.com/cdgriffith/puremagic/
+	https://pypi.org/project/puremagic/
+"
+SRC_URI="
+	https://github.com/cdgriffith/${PN}/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( CHANGELOG.md README.rst )
+
+distutils_enable_tests pytest
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest
+}


             reply	other threads:[~2024-02-24  8:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-24  8:49 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12  6:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/puremagic/ Sam James
2024-09-26  4:50 Michał Górny
2024-08-24 13:11 Michał Górny
2024-08-24  9:59 Arthur Zamarin
2024-08-09  3:10 Michał Górny
2024-07-27 10:06 Michał Górny
2024-07-27  8:34 Arthur Zamarin
2024-07-11 11:59 Michał Górny
2024-07-06  8:33 Michał Górny
2024-07-06  6:55 Arthur Zamarin
2024-06-19  4:36 Michał Górny
2024-06-17  2:52 Michał Górny
2024-05-17  9:55 Michał Górny
2024-05-17  9:49 Michał Górny
2024-05-17  8:59 Arthur Zamarin
2024-05-11 13:45 Michał Górny
2024-05-11 10:22 Arthur Zamarin
2024-05-04  5:00 Michał Górny
2024-04-26 18:55 Michał Górny
2024-03-09 14:19 Michał Górny
2024-03-09 14:11 Michał Górny
2024-02-24 20:07 Michał Górny
2024-02-24 19:22 Arthur Zamarin
2024-02-07  7:39 Michał Górny
2023-06-01 13:40 Michał Górny
2023-03-26  2:27 Michał Górny
2023-03-26  0:51 Sam James
2023-02-23  6:19 Michał Górny
2022-06-07  8:26 Jakov Smolić
2022-06-05  5:36 Michał Górny
2022-05-16 13:24 Michał Górny
2022-05-15  6:39 Michał Górny
2022-05-12  7:13 Michał Górny
2022-02-13 23:13 Michał Górny
2021-09-25 13:59 Thomas Deutschmann

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=1708764562.54131ad7185d9a0ff0326be76ff997d73d2fde74.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