diff --git a/srcpkgs/python3-curtsies/patches/fix-setup.py.patch b/srcpkgs/python3-curtsies/patches/fix-setup.py.patch deleted file mode 100644 index e182f3bc28d..00000000000 --- a/srcpkgs/python3-curtsies/patches/fix-setup.py.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -41,7 +41,7 @@ def get_long_description(): - install_requires = [ - 'blessings>=1.5', - 'wcwidth>=0.1.4', -- 'typing', -+ 'typing;python_version<"3.5"', - ], - tests_require = [ - 'mock', diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template index 220094840f0..84b55c9eb5c 100644 --- a/srcpkgs/python3-curtsies/template +++ b/srcpkgs/python3-curtsies/template @@ -1,16 +1,18 @@ # Template file for 'python3-curtsies' pkgname=python3-curtsies -version=0.3.0 -revision=6 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-blessings python3-wcwidth" +version=0.4.1 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-blessed python3-cwcwidth" +checkdepends="${depends} python3-pyte python3-pytest" short_desc="Curses-like terminal wrapper, with colored strings (Python3)" maintainer="Maurizio Porrato " license="MIT" -homepage="https://github.com/thomasballinger/curtsies" +homepage="https://github.com/bpython/curtsies" +changelog="https://raw.githubusercontent.com/bpython/curtsies/main/CHANGELOG.md" distfiles="${PYPI_SITE}/c/curtsies/curtsies-${version}.tar.gz" -checksum=89c802ec051d01dec6fc983e9856a3706e4ea8265d2940b1f6d504a9e26ed3a9 +checksum=62d10f349c553845306556a7f2663ce96b098d8c5bbc40daec7a6eedde1622b0 post_install() { vlicense LICENSE