diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-12 20:58:56 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-12 21:04:15 +0200 |
commit | 4059a31f5795c92df629a8dc6c9a3a98923b8d76 (patch) | |
tree | b9b541f4862b5b6aebcc78c3432307eabb2c9b89 | |
parent | e70715d6c58800659c5dea02d61e77077c82381e (diff) | |
download | aports-4059a31f5795c92df629a8dc6c9a3a98923b8d76.tar.bz2 aports-4059a31f5795c92df629a8dc6c9a3a98923b8d76.tar.xz |
community/py-eyed3: upgrade to 0.8.10
-rw-r--r-- | community/py-eyed3/APKBUILD | 8 | ||||
-rw-r--r-- | community/py-eyed3/no-pathlib.patch | 17 |
2 files changed, 3 insertions, 22 deletions
diff --git a/community/py-eyed3/APKBUILD b/community/py-eyed3/APKBUILD index da1b5a1f2e..92b70948ea 100644 --- a/community/py-eyed3/APKBUILD +++ b/community/py-eyed3/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py-eyed3 _pkgname=eyeD3 -pkgver=0.8.7 +pkgver=0.8.10 pkgrel=0 pkgdesc="ID3 tag editor in Python" url="http://eyed3.nicfit.net/" @@ -12,8 +12,7 @@ depends_dev="" makedepends="py3-setuptools python3-dev" install="" subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz - no-pathlib.patch" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -26,5 +25,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b8ab690e54385355c6a80fb2aba97d9e1b4b7b713d6365f2aad4080acdead7fe517086b0cb0a1dc675096ce163dc86bf4cdee56a5df37633690eb2d221807603 eyeD3-0.8.7.tar.gz -2fa54a0e0a35bbea5d5d48646dbea7a3de96f2152e9bea503caa077d3342055caf0e59f0b0c2aa1e03950b62ea9b1c594fcf5466ea5aae9fadb7ad76944d4d1c no-pathlib.patch" +sha512sums="85502d593d803dc7843349a0787ebebfd8c1ee56e94b14d569b90aab0cd42496be293a4a92a567f86208e614ba862b889ae343431795abe142b43fc703a98b79 eyeD3-0.8.10.tar.gz" diff --git a/community/py-eyed3/no-pathlib.patch b/community/py-eyed3/no-pathlib.patch deleted file mode 100644 index 756c052e54..0000000000 --- a/community/py-eyed3/no-pathlib.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/requirements/requirements.yml -+++ b/requirements/requirements.yml -@@ -1,6 +1,5 @@ - main: - - six -- - pathlib # Remove with python 2.7 and 3.3 - - python-magic - - extra_display-plugin: -@@ -18,7 +17,6 @@ - - factory-boy - - test_py33: -- - pathlib - - mock - - dev: |