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/deepmerge/
Date: Sun,  9 May 2021 11:35:24 +0000 (UTC)	[thread overview]
Message-ID: <1620560107.a976531eff5ffc7f2e55f2af8fa57242d3fdcfdb.mgorny@gentoo> (raw)

commit:     a976531eff5ffc7f2e55f2af8fa57242d3fdcfdb
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri May  7 12:11:03 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  9 11:35:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a976531e

dev-python/deepmerge: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/deepmerge/Manifest                  |  2 --
 dev-python/deepmerge/deepmerge-0.1.1_p1.ebuild | 24 ------------------------
 dev-python/deepmerge/deepmerge-0.2.1.ebuild    | 24 ------------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest
index e9d83979015..8cd32614929 100644
--- a/dev-python/deepmerge/Manifest
+++ b/dev-python/deepmerge/Manifest
@@ -1,3 +1 @@
-DIST deepmerge-0.1.1_p1.tar.gz 14317 BLAKE2B 0e327b129a63f1f3fd5a18ae5c895452a823401f54b614c6c085f82e9332b86800e9ccc42fbd2d6c9904e6ae0bc999b393e9af542c310a76c8975567b9b2346f SHA512 72a40609a31dbb692908365f32a94527280e7d1bceed27f27a9a17d6f30551054235de608cef5e88f285bf33b9c155c0aa4aebf74f1c9f8049f0751073593083
-DIST deepmerge-0.2.1.gh.tar.gz 14427 BLAKE2B 0039debcecdbfaf8c4b6f721f6a000dcaf5da41a5601ed2091e00ce496fa14b1c19580a443da0de75c67656e829cb7fc04b13a6604a671ed491ba4e41bb9e08e SHA512 e4e1b87121473be062b77fea4e3cdee85fe4cb3f98a15eabf3a9fbb2f9e209f3caa0fd0a4c1fc20e42aa89d7c1c8d0ecdffde9f99791f3a9f47b6dcfa78f48b0
 DIST deepmerge-0.3.0.gh.tar.gz 14872 BLAKE2B 33983eb14c00583c53efd34fc032a6ba16efba7663eb35a1b215a291484abfbf68f83bc23abf2c518b8ec3924da608caf82b5b8afd432b832e9a3f4f3d9dcd9e SHA512 2770f9d01d0a62034850d450c2646a5e4aaae418b8b278ec3d7e14c31813d2acd4ac06295f30884b7fa75258332270bbf179f6f174862a1e20fc0e35fba7fd47

diff --git a/dev-python/deepmerge/deepmerge-0.1.1_p1.ebuild b/dev-python/deepmerge/deepmerge-0.1.1_p1.ebuild
deleted file mode 100644
index 05d1db1f270..00000000000
--- a/dev-python/deepmerge/deepmerge-0.1.1_p1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-MY_COMMIT="587279c6771abb13ed831ebc2cba3c9e4d81e7e5"
-DESCRIPTION="Tools to handle merging of nested data structures in python"
-HOMEPAGE="https://deepmerge.readthedocs.io/en/latest"
-SRC_URI="https://github.com/toumorokoshi/deepmerge/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	sed -i -e '/vcver/d' setup.py || die
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/deepmerge/deepmerge-0.2.1.ebuild b/dev-python/deepmerge/deepmerge-0.2.1.ebuild
deleted file mode 100644
index 3bd2c651aa4..00000000000
--- a/dev-python/deepmerge/deepmerge-0.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Tools to handle merging of nested data structures in python"
-HOMEPAGE="https://deepmerge.readthedocs.io/en/latest"
-SRC_URI="
-	https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}


             reply	other threads:[~2021-05-09 11:35 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-09 11:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/deepmerge/ Michał Górny
2024-09-28 11:41 Arthur Zamarin
2024-08-31  6:55 Michał Górny
2024-05-17 17:18 Michał Górny
2024-01-06  9:54 Michał Górny
2023-12-19  6:11 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-05-26 20:26 Arthur Zamarin
2022-11-25 13:58 Michał Górny
2022-11-25 13:53 Arthur Zamarin
2022-10-25 20:30 Arthur Zamarin
2022-05-21 18:34 Michał Górny
2022-05-03 11:43 Michał Górny
2022-05-03  9:48 Jakov Smolić
2022-05-03  8:59 Michał Górny
2022-05-03  8:59 Michał Górny
2022-03-12 10:38 Arthur Zamarin
2022-03-06 23:49 Sam James
2022-03-06  7:53 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-02-27 10:59 Michał Górny
2022-02-09 14:18 Yixun Lan
2022-02-07 22:29 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07  9:35 Sam James
2022-02-07  8:33 Sam James
2021-12-19 20:50 Arthur Zamarin
2021-05-09 11:35 Michał Górny
2021-04-25 21:58 Michał Górny
2021-03-11  8:48 Michał Górny
2021-03-09  9:26 Joonas Niilola
2021-03-09  9:26 Joonas Niilola
2021-02-26 14:26 Sam James

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=1620560107.a976531eff5ffc7f2e55f2af8fa57242d3fdcfdb.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