From 65b320e6b5507582405c41fd76a55e96c150c39c Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 30 Oct 2020 12:52:55 -0500 Subject: [PATCH 1/3] New package: python3-ansiwrap-0.8.4 --- srcpkgs/python3-ansiwrap/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-ansiwrap/template diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template new file mode 100644 index 00000000000..a13b98aa137 --- /dev/null +++ b/srcpkgs/python3-ansiwrap/template @@ -0,0 +1,13 @@ +# Template file for 'python3-ansiwrap' +pkgname=python3-ansiwrap +version=0.8.4 +revision=1 +wrksrc="ansiwrap-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Text wrapping and filling with ANSI colors" +maintainer="Andrew Benson " +license="Apache-2.0" +homepage="https://github.com/jonathaneunice/ansiwrap" +distfiles="${PYPI_SITE}/a/ansiwrap/ansiwrap-${version}.zip" +checksum=ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7 From 97fd87a9bcc921a4a8bc48783e046b778af3eb94 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 30 Oct 2020 12:52:58 -0500 Subject: [PATCH 2/3] New package: python3-asteval-0.9.19 --- srcpkgs/python3-asteval/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-asteval/template diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template new file mode 100644 index 00000000000..e3d055186db --- /dev/null +++ b/srcpkgs/python3-asteval/template @@ -0,0 +1,17 @@ +# Template file for 'python3-asteval' +pkgname=python3-asteval +version=0.9.19 +revision=1 +wrksrc="asteval-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Minimal Python AST Evaluator" +maintainer="Andrew Benson " +license="MIT" +homepage="https://newville.github.io/asteval/" +distfiles="https://github.com/newville/asteval/archive/${version}.tar.gz" +checksum=5ba661d334adbed6e5dac462f7a2c327cf9fe66e2ebafcc4a363d52b26a04a9d + +post_install() { + vlicense LICENSE +} From 16a019a0dd8c661c72f52e1283bacb10e25a9b4d Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 30 Oct 2020 12:53:44 -0500 Subject: [PATCH 3/3] jrnl: unbreak --- srcpkgs/jrnl/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index 6be88878d51..02d3d35bf78 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -14,5 +14,3 @@ homepage="https://jrnl.sh" changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md" distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz" checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9 - -broken="missing deps"