python3-watchman: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:18:00 -04:00
parent 46fe75324c
commit e85e6bb798

View file

@ -1,7 +1,7 @@
# Template file for 'python3-watchman' # Template file for 'python3-watchman'
pkgname=python3-watchman pkgname=python3-watchman
version=1.4.1 version=1.4.1
revision=6 revision=7
create_wrksrc=yes create_wrksrc=yes
build_wrksrc="pywatchman-${version}" build_wrksrc="pywatchman-${version}"
build_style=python3-module build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Hoang Nguyen <hoang@wetrust.io>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://facebook.github.io/watchman/" homepage="https://facebook.github.io/watchman/"
distfiles="${PYPI_SITE}/p/pywatchman/pywatchman-${version}.tar.gz distfiles="${PYPI_SITE}/p/pywatchman/pywatchman-${version}.tar.gz
https://raw.githubusercontent.com/facebook/watchman/master/python/LICENSE>LICENSE.txt" https://raw.githubusercontent.com/facebook/watchman/main/watchman/python/LICENSE>LICENSE.txt"
checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9 checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9
d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980" d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980"
conflicts="python-watchman>=0" conflicts="python-watchman>=0"