public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoNormalizer/
Date: Tue, 15 Jun 2021 07:11:17 +0000 (UTC)	[thread overview]
Message-ID: <1623712182.503be496942da7f0191d04405e4b9cb010bccccd.andrewammerlaan@gentoo> (raw)

commit:     503be496942da7f0191d04405e4b9cb010bccccd
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 22:46:25 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 23:09:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=503be496

dev-python/ufoNormalizer: drop 0.5.2, 0.5.3

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/ufoNormalizer/Manifest                  |  2 --
 .../ufoNormalizer/ufoNormalizer-0.5.2.ebuild       | 25 ----------------------
 .../ufoNormalizer/ufoNormalizer-0.5.3.ebuild       | 25 ----------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-python/ufoNormalizer/Manifest b/dev-python/ufoNormalizer/Manifest
index 6851c7ee9..6d5545ce4 100644
--- a/dev-python/ufoNormalizer/Manifest
+++ b/dev-python/ufoNormalizer/Manifest
@@ -1,3 +1 @@
-DIST ufonormalizer-0.5.2.zip 37959 BLAKE2B 15350d4051da783bee67b24717503aceed471737eb6e2ebde4d7aef94911febb86e6135b8ed8bc9f125d3bfa5d0b17727081d08a21e08c4ac10dc2b7ca2a351d SHA512 9fb1a28d29f0f4ff7e1d966487aa99120ece58c86b69259e92adb72341074356e4ae479f4b4c0a26f108f5c3c651deb4282ca5558277650bb8d90e19522997ff
-DIST ufonormalizer-0.5.3.zip 38075 BLAKE2B b75ed0560335406c74dfd154fa7d8c3329f327962807d4e9c34007eae3f7723be4d0439c282f36fe61b5af344b30e495094859126174cdb0585ace5f1000b5e4 SHA512 08a5008cf080888158710e1649865a6a0ec74c675ef34e26e5c28fa70fffc703ee4749b92a1637326e0c169d3a2be96df6bf77c578b75b0be3988b3a3c1821a2
 DIST ufonormalizer-0.5.4.zip 38121 BLAKE2B b88763f9904633b99bfcd8226281b2c8e7172a46d8a6ebed1360d8af6b67944030f008176b55dfb9cb85580419997853b5203867587da87f7910608621ff213f SHA512 f9bc37c6d7c366d34e9fa4cbfbcbb6f8a654955fd61afedfbe6376e70e4145d29c6fe30d48c28dca9f18e476002c1cda773172379be2fae4bd30b466ce1899ba

diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.5.2.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.5.2.ebuild
deleted file mode 100644
index 2cef92696..000000000
--- a/dev-python/ufoNormalizer/ufoNormalizer-0.5.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-MYPN="${PN,,}"
-MYP="${MYPN}-${PV}"
-inherit distutils-r1
-
-DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO."
-HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer"
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.zip"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MYP}"
-
-distutils_enable_tests setup.py

diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.5.3.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.5.3.ebuild
deleted file mode 100644
index bf26fce25..000000000
--- a/dev-python/ufoNormalizer/ufoNormalizer-0.5.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-MYPN="${PN,,}"
-MYP="${MYPN}-${PV}"
-inherit distutils-r1
-
-DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO."
-HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer"
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.zip"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MYP}"
-
-distutils_enable_tests setup.py


             reply	other threads:[~2021-06-15  7:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  7:11 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-05  8:33 [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoNormalizer/ Andrew Ammerlaan
2020-12-18 19:28 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 19:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-12 15:41 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-12 15:49 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-10  8:46 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-05-01  9:59 Andrew Ammerlaan
2020-05-01  9:59 Andrew Ammerlaan

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=1623712182.503be496942da7f0191d04405e4b9cb010bccccd.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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