[arch-commits] Commit in python-dephell-venvs/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:13:48 UTC 2020
Date: Thursday, November 12, 2020 @ 10:13:48
Author: foutrelis
Revision: 751499
Apply upstream fix for Python 3.9
Modified:
python-dephell-venvs/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:13:42 UTC (rev 751498)
+++ PKGBUILD 2020-11-12 10:13:48 UTC (rev 751499)
@@ -11,13 +11,18 @@
depends=('python-attrs' 'python-dephell-pythons')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('3675c0a905a5c29516937c686713d9387b8f8d3f3243dccec5e203e294c9b549')
-b2sums=('7e422393772902dacfe8d8eb26257065b39fc76ea0b58f0c057f9290ec911117a2d7c45303091cbe9c61f1c8928b4c5243e7e21cde880b87245756fedeb438d3')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
+ $pkgname-py39.patch::https://github.com/dephell/dephell_venvs/commit/1dbd550b3481.patch)
+sha256sums=('3675c0a905a5c29516937c686713d9387b8f8d3f3243dccec5e203e294c9b549'
+ 'a186c90984bc7574e3595d691cbc2c9abeca75b17a32b8de8c2b5f344eed5c84')
+b2sums=('7e422393772902dacfe8d8eb26257065b39fc76ea0b58f0c057f9290ec911117a2d7c45303091cbe9c61f1c8928b4c5243e7e21cde880b87245756fedeb438d3'
+ '52a5dde6e2601ea6ab1501254359d5a3fe6f9e2fba445af790569207579dff284989b3a92bae306f6baa0d750cbd9abdd629c9f12580007908e89678cee880d3')
prepare() {
cd "${srcdir}"/${_pkgname}-${pkgver}
+ patch -Np1 -i ../$pkgname-py39.patch
+
# pycache slipped into release tarballs
find . -name \*.pyc -delete
}
More information about the arch-commits
mailing list