From bb7f4cb7c31ff4c9b85acad5654c557e016594ef 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.58.1 --- 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..452282841032 --- /dev/null +++ b/srcpkgs/python3-PyGithub/template @@ -0,0 +1,14 @@ +# Template file for 'python3-PyGithub' +pkgname=python3-PyGithub +version=1.58.1 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools_scm" +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="${PYPI_SITE}/P/PyGithub/PyGithub-${version}.tar.gz" +checksum=7d528b4ad92bc13122129fafd444ce3d04c47d2d801f6446b6e6ee2d410235b3 From 35aaccb3da297620b4e309d9b0bb50d30226a06b 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 275905a1e72d0a17bb68197a5b89f12c13ae8251 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 00f93a5ea0372441552034db63e457a2b152570b 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.3.2 --- srcpkgs/mathlibtools/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/mathlibtools/template diff --git a/srcpkgs/mathlibtools/template b/srcpkgs/mathlibtools/template new file mode 100644 index 000000000000..6568c4e8dac7 --- /dev/null +++ b/srcpkgs/mathlibtools/template @@ -0,0 +1,17 @@ +# Template file for 'mathlibtools' +pkgname=mathlibtools +version=1.3.2 +revision=1 +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=edf6eb94d73f3c33ebcdffbc2790aaafa423fd06b77974519bbd244b93713310