From 00825971e6cc52805127eba2cadd0f7778b37f67 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:09:20 +0100 Subject: [PATCH 1/4] New package: python3-PyGithub-1.57 --- srcpkgs/python3-PyGithub/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/python3-PyGithub/template diff --git a/srcpkgs/python3-PyGithub/template b/srcpkgs/python3-PyGithub/template new file mode 100644 index 000000000000..9348078210f8 --- /dev/null +++ b/srcpkgs/python3-PyGithub/template @@ -0,0 +1,14 @@ +# Template file for 'python3-PyGithub' +pkgname=python3-PyGithub +version=1.57 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-Deprecated python3-PyJWT python3-requests" +checkdepends="$depends python3-httpretty python3-nacl python3-pytest" +short_desc="Python library to access Github API v3" +maintainer="Eloi Torrents " +license="LGPL-3.0-or-later" +homepage="https://github.com/PyGithub/PyGithub" +distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz" +checksum=989f30d123eb86c27e69c23ce8f72c3a3391f1e66ecb54ee8cd033242d7aa064 From f130c193671f6eb96c4de1b4554e99914700399c Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:09:54 +0100 Subject: [PATCH 2/4] New package: python3-httpretty-1.1.4 --- srcpkgs/python3-httpretty/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-httpretty/template diff --git a/srcpkgs/python3-httpretty/template b/srcpkgs/python3-httpretty/template new file mode 100644 index 000000000000..e888665e75e5 --- /dev/null +++ b/srcpkgs/python3-httpretty/template @@ -0,0 +1,19 @@ +# Template file for 'python3-httpretty' +pkgname=python3-httpretty +version=1.1.4 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-devel python3-setuptools" +short_desc="HTTP client mocking tool for Python" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/gabrielfalcao/HTTPretty" +distfiles="https://github.com/gabrielfalcao/HTTPretty/archive/${version}.tar.gz" +checksum=829b98fa7a467ff2f6b20a8dd15aa2e80090c2912d2ba1fd9f47ebfb1b705a74 +make_check=no # requires sphinxcontrib-asciinema + +post_install() { + vlicense COPYING +} From 2239949b14ea9519de34b198bc606f0c0145b2da Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:10:09 +0100 Subject: [PATCH 3/4] New package: python3-pydot-1.4.2 --- srcpkgs/python3-pydot/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-pydot/template diff --git a/srcpkgs/python3-pydot/template b/srcpkgs/python3-pydot/template new file mode 100644 index 000000000000..971d3e288f74 --- /dev/null +++ b/srcpkgs/python3-pydot/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pydot' +pkgname=python3-pydot +version=1.4.2 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-parsing" +checkdepends="${depends} python3-chardet graphviz" +short_desc="Python interface to Graphviz's Dot" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/pydot/pydot" +distfiles="https://github.com/pydot/pydot/archive/v${version}.tar.gz" +checksum=a992e01679ae782b08c151b329754d6d9aed61aa0aa8147a3807552cfe2adcf9 + +post_install() { + vlicense LICENSE +} From aaebd8f381ff3c0615a8e6c758a3ac968e646ec0 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:08:57 +0100 Subject: [PATCH 4/4] New package: mathlibtools-1.2.0 --- srcpkgs/mathlibtools/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/mathlibtools/template diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template new file mode 100644 index 000000000000..e9613b87f2d5 --- /dev/null +++ b/srcpkgs/mathlibtools/template @@ -0,0 +1,18 @@ +# Template file for 'mathlibtools' +pkgname=mathlibtools +version=1.2.0 +revision=1 +# wrksrc=mathlib-tools-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-toml python3-PyGithub python3-certifi python3-GitPython + python3-requests python3-click python3-tqdm python3-networkx python3-pydot + python3-yaml python3-atomicwrites python3-paramiko" +checkdepends="$depends git tox python3-wheel" +short_desc="Supporting tool for Lean mathlib" +maintainer="Eloi Torrents " +license="Apache-2.0" +homepage="https://github.com/leanprover-community/mathlib-tools" +changelog="https://raw.githubusercontent.com/leanprover-community/mathlib-tools/master/CHANGELOG.md" +distfiles="https://github.com/leanprover-community/mathlib-tools/archive/v${version}.tar.gz" +checksum=bf46b3822370705b88225236490836660ec8256c369fc1639d4cf19a33164f82