diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-13 19:37:32 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-08-13 19:37:32 +0000 |
commit | 94d83fd738c9968817031226629a66cffd5c5b9b (patch) | |
tree | d6d679c18131f591426e35496aaa7516233f4449 /audio | |
parent | 5d5bc409dd4d3ce0f64bab79b167674d05e850f0 (diff) | |
download | freebsd-ports-94d83fd738c9968817031226629a66cffd5c5b9b.zip |
audio/py-hsaudiotag: Replace with a python3-compatible version audio/py-hsaudiotag3k
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/py-hsaudiotag/distinfo | 3 | ||||
-rw-r--r-- | audio/py-hsaudiotag3k/Makefile (renamed from audio/py-hsaudiotag/Makefile) | 11 | ||||
-rw-r--r-- | audio/py-hsaudiotag3k/distinfo | 3 | ||||
-rw-r--r-- | audio/py-hsaudiotag3k/pkg-descr (renamed from audio/py-hsaudiotag/pkg-descr) | 0 |
5 files changed, 8 insertions, 11 deletions
diff --git a/audio/Makefile b/audio/Makefile index f819fdc98622..eb13920fa720 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -661,7 +661,7 @@ SUBDIR += py-gmusicapi SUBDIR += py-gmusicproxy SUBDIR += py-gtts - SUBDIR += py-hsaudiotag + SUBDIR += py-hsaudiotag3k SUBDIR += py-karaoke SUBDIR += py-mpd SUBDIR += py-music21 diff --git a/audio/py-hsaudiotag/distinfo b/audio/py-hsaudiotag/distinfo deleted file mode 100644 index 31b6403d1b5c..000000000000 --- a/audio/py-hsaudiotag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479091794 -SHA256 (hsaudiotag-1.1.1.tar.gz) = 48b57c6a00b0ed2bb906850ac42390740ff5b83a222c09a2d3dea28b44a80f96 -SIZE (hsaudiotag-1.1.1.tar.gz) = 16409 diff --git a/audio/py-hsaudiotag/Makefile b/audio/py-hsaudiotag3k/Makefile index 592efdc39eaf..3ac51210e10f 100644 --- a/audio/py-hsaudiotag/Makefile +++ b/audio/py-hsaudiotag3k/Makefile @@ -1,9 +1,8 @@ # Created by: Yuri Victorovich <yuri@rawbw.com> # $FreeBSD$ -PORTNAME= hsaudiotag -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTNAME= hsaudiotag3k +DISTVERSION= 1.1.3.post1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +12,9 @@ COMMENT= Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files LICENSE= BSD3CLAUSE -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include <bsd.port.mk> diff --git a/audio/py-hsaudiotag3k/distinfo b/audio/py-hsaudiotag3k/distinfo new file mode 100644 index 000000000000..fc218944c7b5 --- /dev/null +++ b/audio/py-hsaudiotag3k/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1597347085 +SHA256 (hsaudiotag3k-1.1.3.post1.tar.gz) = ef60e9210d4727e82f0095a686cb07b676d055918f0c59c5bfa8598da03e59d1 +SIZE (hsaudiotag3k-1.1.3.post1.tar.gz) = 17808 diff --git a/audio/py-hsaudiotag/pkg-descr b/audio/py-hsaudiotag3k/pkg-descr index f06ef1ec3f71..f06ef1ec3f71 100644 --- a/audio/py-hsaudiotag/pkg-descr +++ b/audio/py-hsaudiotag3k/pkg-descr |