From e692a82f686bd937e7ae53121965cd30a88af7f1 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 18 2021 08:20:04 +0000 Subject: Retired, failed to install for 8+ weeks https://pagure.io/releng/issue/10268 https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d1a4015..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/mtg-1.6.1.tar.gz -*.rpm diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3df8bda --- /dev/null +++ b/dead.package @@ -0,0 +1,4 @@ +Retired, failed to install for 8+ weeks + +https://pagure.io/releng/issue/10268 +https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ diff --git a/python-mtg.spec b/python-mtg.spec deleted file mode 100644 index 125167b..0000000 --- a/python-mtg.spec +++ /dev/null @@ -1,130 +0,0 @@ -%global pypi_name mtg - -Name: python-%{pypi_name} -Version: 1.6.1 -Release: 19%{?dist} -Summary: Console-based access to the Gatherer Magic Card Database - -License: MIT -URL: https://github.com/chigby/mtg - -# Documentation, license, and unit tests aren't available from PyPI, so pull from github. -# Unfortunately, we have to modify the github tarball to remove Gatherer data. (tests/_data). -# https://github.com/chigby/mtg/archive/%{version}/mtg-%{version}.tar.gz -Source0: %{pypi_name}-%{version}.tar.gz - -BuildArch: noarch - -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-lxml, python3-cssselect, python3-nose - -%description -Search for Magic cards from the command line. Limit your results by card name, -color, type, rules text, converted mana cost, power, toughness, or expansion -set. Rulings and flavor text also available. Clean interface and output. - -%package -n python3-%{pypi_name} -Summary: Console-based access to the Gatherer Magic Card Database -%{?python_provide:%python_provide python3-%{pypi_name}} - -Requires: python3-lxml -Requires: python3-cssselect - -# This is (primarily) a CLI application; provide "mtg". -Provides: mtg - -%description -n python3-%{pypi_name} -Search for Magic cards from the command line. Limit your results by card name, -color, type, rules text, converted mana cost, power, toughness, or expansion -set. Rulings and flavor text also available. Clean interface and output. - - -%prep -%autosetup -n %{pypi_name}-%{version} - -# Remove unit tests that depend on _data (which is copyright WoTC and probably not shippable). -rm -f tests/card_extractor_test.py - -%build -%py3_build - -%install -%py3_install - -# Since there's no potential collision, we don't need to version the mtg binary. -# cp %{buildroot}/%{_bindir}/mtg %{buildroot}/%{_bindir}/mtg-3 -# ln -sf %{_bindir}/mtg-3 %{buildroot}/%{_bindir}/mtg-%{python3_version} - -%check -nosetests-3 -v - -%files -n python3-%{pypi_name} -%doc README.md -%license LICENSE -%{_bindir}/mtg -%{python3_sitelib}/mtglib -%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info - -%changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.6.1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1.6.1-18 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.6.1-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 1.6.1-15 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.6.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 1.6.1-13 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 1.6.1-12 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.6.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 1.6.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 1.6.1-9 -- Drop explicit locale setting - See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot - -* Tue Sep 18 2018 Ben Rosser - 1.6.1-8 -- Remove python2 subpackage (rhbz#1630081). - -* Sat Jul 14 2018 Fedora Release Engineering - 1.6.1-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1.6.1-6 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 1.6.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 25 2018 Iryna Shcherbina - 1.6.1-4 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Thu Jul 27 2017 Fedora Release Engineering - 1.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sun Feb 26 2017 Ben Rosser - 1.6.1-2 -- Remove mtg-2* binaries, as they should behave the same as the python3 versions. -- Get rid of the versioned mtg-3 binaries, as there's no potential collision with python2 binaries. -- Remove card_extractor_test.py, as those tests require tests/_data directory. -- Remove tests/_data directory from tarball, as Fedora probably can't ship it in a source package. - -* Wed Feb 22 2017 Ben Rosser - 1.6.1-1 -- Initial package. diff --git a/sources b/sources deleted file mode 100644 index 21b91e7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (mtg-1.6.1.tar.gz) = b0c52a913ddf7a160fb29d21bb9a6d9fb834a57c7f98ee5bdcae41bae61b0f71e142a5abb901532a7925785000e29f64e71a22e59d2159400c5fcc5af316b4fb