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/setuptools_scm_git_archive/
Date: Tue, 28 Jun 2022 04:03:53 +0000 (UTC)	[thread overview]
Message-ID: <1656389023.ca9d11d10f350d3f132677767e3f14de8a2bee34.mgorny@gentoo> (raw)

commit:     ca9d11d10f350d3f132677767e3f14de8a2bee34
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 03:27:26 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 04:03:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9d11d1

dev-python/setuptools_scm_git_archive: Bump to 1.3

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

 dev-python/setuptools_scm_git_archive/Manifest     |  1 +
 .../setuptools_scm_git_archive-1.3.ebuild          | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/setuptools_scm_git_archive/Manifest b/dev-python/setuptools_scm_git_archive/Manifest
index 9775354ae235..dd9bd3c878cd 100644
--- a/dev-python/setuptools_scm_git_archive/Manifest
+++ b/dev-python/setuptools_scm_git_archive/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm_git_archive-1.1.tar.gz 2584 BLAKE2B 7c7569a92300be966b5447b1ab6c30a982c837efdb7a125173f6014420d78cf28e0d8cb0f04c4349ce364219e1567bcbc2e13bd85cb7627d3bdbae9c7974385b SHA512 73783d60d33782fb18012e64685db6333a2dda1be41ce75e0cd74a81585d8ebb7c85f23371056a42974c93b2d4a0633338945cf2a2219b0ee2a21f063dad8809
 DIST setuptools_scm_git_archive-1.2.gh.tar.gz 2648 BLAKE2B d2a6629fa1eb8c413def6c7cb192afb47299cd1ffce3692951fb6f90e9b6b4d0f4f2286486a5ae7e550c4659ed3ef7289746ec48be2bfe43c6c3d80143cc4e46 SHA512 980a7463dd7a53f71c8f9f1fde0f14927a6063bfae386b85d42a2909e05de42339a3770d5cf0c22981f17bbdec52febf7041fb54628f2d8321e46401ef0beccb
+DIST setuptools_scm_git_archive-1.3.gh.tar.gz 2556 BLAKE2B 338c02b9b377a165b4bcd29790e04b9e3215f2f892a681888760e5bdd2bc2a5c4970646fff42d652a6dde8557602af4dbde0decf5ac0f0605cbb55fc1f3ec085 SHA512 28146bef914f310590d29a1c3c2a97f1fe33d19d28eb7477983b6164d99d2e40e02afe541e5ef3ca8b7ff3297cc002d35da1f971d5d2183f2c5634c10b098476

diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.3.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.3.ebuild
new file mode 100644
index 000000000000..394a9500b20f
--- /dev/null
+++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.3.ebuild
@@ -0,0 +1,39 @@
+# 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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A setuptools_scm plugin for git archives"
+HOMEPAGE="
+	https://github.com/Changaco/setuptools_scm_git_archive/
+	https://pypi.org/project/setuptools-scm-git-archive/
+"
+SRC_URI="
+	https://github.com/Changaco/setuptools_scm_git_archive/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	${RDEPEND}
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+
+python_test() {
+	epytest tests.py
+}


             reply	other threads:[~2022-06-28  4:03 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-28  4:03 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-22  2:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm_git_archive/ Michał Górny
2022-07-24 20:24 Michał Górny
2022-06-30  4:27 Michał Górny
2022-06-22  5:48 Michał Górny
2022-06-16 11:47 Michał Górny
2022-06-16  9:41 Jakov Smolić
2022-05-16 16:05 Michał Górny
2022-05-16 16:05 Michał Górny
2022-05-16 16:05 Michał Górny
2022-01-30 23:10 James Le Cuirot
2021-12-24 16:56 Arthur Zamarin
2021-12-22 22:40 Sam James
2021-12-22  6:36 Arthur Zamarin
2021-12-18 13:40 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-11-20 10:23 Arthur Zamarin
2021-11-19 11:36 Sam James
2021-11-19 11:33 Sam James
2021-11-17  8:30 Sam James
2021-11-17  4:26 Arthur Zamarin
2021-10-20 18:02 Louis Sautier
2021-09-10 11:45 Louis Sautier
2021-09-10 10:21 Marek Szuba
2021-08-28 21:04 Louis Sautier
2021-06-04 14:58 Michał Górny
2020-12-22 17:08 Thomas Deutschmann
2020-12-21 22:36 Sam James
2020-11-01  7:52 Michał Górny
2020-07-11  8:39 Michał Górny
2020-07-11  8:39 Michał Górny
2020-06-04 14:06 Michał Górny
2020-04-30 17:18 Pacho Ramos
2020-03-11 21:28 Pacho Ramos
2020-01-08 11:12 Andrey Grozin
2019-12-12  2:19 Georgy Yakovlev
2019-06-13 11:19 Bernard Cafarelli
2019-04-17 18:07 Aaron Bauman
2019-03-10 17:33 William Hubbs
2019-01-28 20:28 Matthew Thode
2019-01-26 12:53 Pacho Ramos
2018-10-15 21:27 Pacho Ramos

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=1656389023.ca9d11d10f350d3f132677767e3f14de8a2bee34.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