]> Git Repo - buildroot-mgba.git/commitdiff
package/python-id3: drop python2 specific package
authorPeter Korsgaard <[email protected]>
Wed, 9 Feb 2022 16:51:55 +0000 (17:51 +0100)
committerYann E. MORIN <[email protected]>
Wed, 9 Feb 2022 21:13:28 +0000 (22:13 +0100)
Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
Config.in.legacy
DEVELOPERS
package/Config.in
package/python-id3/Config.in [deleted file]
package/python-id3/python-id3.hash [deleted file]
package/python-id3/python-id3.mk [deleted file]

index 7e85e4cf637b0ea4de3da52002287a12d7de982e..03ea14a5120696277de0079aa92a44789bfc108d 100644 (file)
@@ -146,6 +146,12 @@ endif
 
 comment "Legacy options removed in 2022.02"
 
+config BR2_PACKAGE_PYTHON_ID3
+       bool "python-id3 removed"
+       select BR2_LEGACY
+       help
+         Package was removed together with python 2.7 support.
+
 config BR2_PACKAGE_PYTHON_FUTURES
        bool "python-futures removed"
        select BR2_LEGACY
index f09990c5442e16084d6201e34ee0390b845be9ad..371a0aab9a610cb761ae0e6b84453b986a2baf94 100644 (file)
@@ -729,7 +729,6 @@ F:  package/wireless-regdb/
 
 N:     Dominik Faessler <[email protected]>
 F:     package/logsurfer/
-F:     package/python-id3/
 
 N:     Doug Kehn <[email protected]>
 F:     package/nss-pam-ldapd/
index b18d298a1b36e9b7357760ae9855d04a6bcd06df..0ee1c8ddb4b18770027fcaab1662a3cbf1cefd87 100644 (file)
@@ -1049,7 +1049,6 @@ menu "External python modules"
        source "package/python-hyperframe/Config.in"
        source "package/python-hyperlink/Config.in"
        source "package/python-ibmiotf/Config.in"
-       source "package/python-id3/Config.in"
        source "package/python-idna/Config.in"
        source "package/python-ifaddr/Config.in"
        source "package/python-incremental/Config.in"
diff --git a/package/python-id3/Config.in b/package/python-id3/Config.in
deleted file mode 100644 (file)
index 6ddfd54..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_PYTHON_ID3
-       bool "python-id3"
-       depends on BR2_PACKAGE_PYTHON
-       help
-         This module allows one to read and manipulate so-called ID3
-         informational tags on MP3 files through an object-oriented
-         Python interface.
-
-         http://id3-py.sourceforge.net/
diff --git a/package/python-id3/python-id3.hash b/package/python-id3/python-id3.hash
deleted file mode 100644 (file)
index c83b34a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Locally computed:
-sha256  ba612342b59a49cbf9a7eb23a646667757ffda96dc23b67245fc6cd8d90c2022  id3-py_1.2.tar.gz
-sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
diff --git a/package/python-id3/python-id3.mk b/package/python-id3/python-id3.mk
deleted file mode 100644 (file)
index d4cdded..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-################################################################################
-#
-# python-id3
-#
-################################################################################
-
-PYTHON_ID3_VERSION = 1.2
-PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
-PYTHON_ID3_SITE = http://downloads.sourceforge.net/project/id3-py/id3-py/$(PYTHON_ID3_VERSION)
-PYTHON_ID3_SETUP_TYPE = distutils
-PYTHON_ID3_LICENSE = GPL-2.0+
-PYTHON_ID3_LICENSE_FILES = COPYING
-
-$(eval $(python-package))
This page took 0.056031 seconds and 4 git commands to generate.