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/filetype/
Date: Thu,  3 Nov 2022 05:33:00 +0000 (UTC)	[thread overview]
Message-ID: <1667453574.13d52eb2e861fb24ee9b4805b30d44d453e8f399.mgorny@gentoo> (raw)

commit:     13d52eb2e861fb24ee9b4805b30d44d453e8f399
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 04:27:34 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 05:32:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d52eb2

dev-python/filetype: Bump to 1.2.0

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

 dev-python/filetype/Manifest              |  1 +
 dev-python/filetype/filetype-1.2.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/filetype/Manifest b/dev-python/filetype/Manifest
index 156a60e16566..fb2d2c2dcc36 100644
--- a/dev-python/filetype/Manifest
+++ b/dev-python/filetype/Manifest
@@ -1 +1,2 @@
 DIST filetype-1.0.10.tar.gz 804374 BLAKE2B 51735e8810be7f4fe9aaac1ec5305ea85146b5c540a1aaad795a287a4570abb22d131a5fd1444c83e3e747424938242dc8733d2076019a963f6947e4f5981db7 SHA512 a6455b8d11ec56dd3d041b95e1226a5d0ecdee21ef590997e93611d10184ed29137c9f3bd578313a25455010da8f21950420b29ecd9e6ddb5e363051a9fbacc6
+DIST filetype-1.2.0.tar.gz 998020 BLAKE2B 7fdd7e16a8a4d1cdffdd02c5d540d4290de7410a44185875a279c38a4d18c7f67a8bd8ce863efbae2c71c84e93dd1a5621f9fb9e6bde5ac0c611bd5bea939254 SHA512 09ed462d2a82437a58a28aa0315559afbf2e1b30176720254cc2a25fc67ff25e5e99988182e5e748e4e6ccb7ef3fde47cec96ebe20c937ab658bfcfe703ad20c

diff --git a/dev-python/filetype/filetype-1.2.0.ebuild b/dev-python/filetype/filetype-1.2.0.ebuild
new file mode 100644
index 000000000000..deff2d2a388b
--- /dev/null
+++ b/dev-python/filetype/filetype-1.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Small, dependency-free, fast Python package to infer binary file types checking"
+HOMEPAGE="
+	https://github.com/h2non/filetype.py/
+	https://pypi.org/project/filetype/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests unittest


             reply	other threads:[~2022-11-03  5:33 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-03  5:33 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-27 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/filetype/ Petr Vaněk
2023-11-24 15:22 Arthur Zamarin
2023-06-06  6:13 Michał Górny
2022-12-10  8:54 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-05-31 10:20 Sam James
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-03-15  9:30 Michał Górny
2022-02-03 20:39 Arthur Zamarin
2022-01-20 16:12 Michał Górny
2022-01-20 14:47 Sam James
2022-01-20  9:46 Jakov Smolić
2022-01-20  9:38 Arthur Zamarin
2022-01-20  9:25 Arthur Zamarin
2022-01-20  9:13 Jakov Smolić
2022-01-20  8:39 Arthur Zamarin
2021-12-20 23:10 Michał Górny
2021-10-31 20:39 Michał Górny
2021-10-31 18:07 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:04 Sam James
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-09-24 19:28 Michał Górny
2021-08-24 14:33 Marek Szuba
2021-05-25 16:05 Michał Górny
2021-01-12 12:04 Sam James
2021-01-07 12:47 Sam James
2020-11-23 16:39 Sergei Trofimovich
2020-11-12 15:29 Sam James
2020-11-12 12:28 Sam James
2020-11-04 10:42 Sergei Trofimovich
2020-09-28 17:41 Sergei Trofimovich
2020-09-13  9:19 Sam James
2020-08-31 21:25 Thomas Deutschmann
2020-08-31  4:52 Sam James
2020-08-14  8:16 Sergei Trofimovich
2020-08-10 19:25 Sergei Trofimovich
2020-08-09 16:56 Sergei Trofimovich
2020-08-09 13:10 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=1667453574.13d52eb2e861fb24ee9b4805b30d44d453e8f399.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