diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-02 06:38:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-02 06:39:17 -0300 |
commit | b401f264c1ae35e522f6889d528d553f5359e319 (patch) | |
tree | 9d70950132c8fd00093a80d5a2e5cdcd5d96bdb9 | |
parent | 2d4ee2ac804c190c8163e6d91e3d9997eeb0d6e3 (diff) | |
download | aports-b401f264c1ae35e522f6889d528d553f5359e319.tar.bz2 aports-b401f264c1ae35e522f6889d528d553f5359e319.tar.xz |
community/py-josepy: avoid conflicts between py2- and py3- variants
-rw-r--r-- | community/py-josepy/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py-josepy/APKBUILD b/community/py-josepy/APKBUILD index 1f752a5a9c..12e67d4a89 100644 --- a/community/py-josepy/APKBUILD +++ b/community/py-josepy/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-josepy _pkgname=josepy pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="JOSE protocol implementation in Python" url="https://github.com/jezdez/josepy" arch="noarch" @@ -33,6 +33,7 @@ package() { _py2() { depends="${depends//py-/py2-}" _py python2 + mv "$subpkgdir"/usr/bin/jws "$subpkgdir"/usr/bin/jws-2 } _py3() { |