From 5d13b3ea4ef1f4a6dd73433da48d4fa67c403067 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:08:57 +0100 Subject: [PATCH 1/5] 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..64de645d5815 --- /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 From 35178e60dd0c69d36acf7ffdab17acda92a50a45 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:09:05 +0100 Subject: [PATCH 2/5] New package: python3-Deprecated-1.2.13 --- srcpkgs/python3-Deprecated/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-Deprecated/template diff --git a/srcpkgs/python3-Deprecated/template b/srcpkgs/python3-Deprecated/template new file mode 100644 index 000000000000..e5faafd9d803 --- /dev/null +++ b/srcpkgs/python3-Deprecated/template @@ -0,0 +1,19 @@ +# Template file for 'python3-Deprecated' +pkgname=python3-Deprecated +version=1.2.13 +revision=1 +wrksrc=deprecated-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-wrapt" +checkdepends="$depends python3-pytest" +short_desc="Decorator to deprecate old python classes" +maintainer="Eloi Torrents " +license="MIT" +homepage="https://github.com/tantale/deprecated" +distfiles="https://github.com/tantale/deprecated/archive/v${version}.tar.gz" +checksum=771e20e93bb4bc497bd9955829d36074dd7608962846c0b34a92ff68ed7ebad9 + +post_install() { + vlicense LICENSE.rst +} From d34e40a4ccd59607b011448aaa716d5846e9cc48 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:09:20 +0100 Subject: [PATCH 3/5] New package: python3-PyGithub-1.57 --- srcpkgs/python3-PyGithub/template | 15 +++++++++++++++ 1 file changed, 15 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..5f38b3e5e585 --- /dev/null +++ b/srcpkgs/python3-PyGithub/template @@ -0,0 +1,15 @@ +# Template file for 'python3-PyGithub' +pkgname=python3-PyGithub +version=1.57 +revision=1 +wrksrc=PyGithub-${version} +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 6b1e6607f8d9c74659a4df32d2c50377fc9ff15d Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:09:54 +0100 Subject: [PATCH 4/5] New package: python3-httpretty-1.1.4 --- srcpkgs/python3-httpretty/template | 20 ++++++++++++++++++++ 1 file changed, 20 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..7cf1eb86bb7f --- /dev/null +++ b/srcpkgs/python3-httpretty/template @@ -0,0 +1,20 @@ +# Template file for 'python3-httpretty' +pkgname=python3-httpretty +version=1.1.4 +revision=1 +wrksrc=HTTPretty-${version} +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 b142ff0b64fb55e158f91455c858ce1c69f5bae6 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 16 Nov 2022 19:10:09 +0100 Subject: [PATCH 5/5] New package: python3-pydot-1.4.2 --- srcpkgs/python3-pydot/template | 19 +++++++++++++++++++ 1 file changed, 19 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..5fff2b15fb5c --- /dev/null +++ b/srcpkgs/python3-pydot/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pydot' +pkgname=python3-pydot +version=1.4.2 +revision=1 +wrksrc=pydot-${version} +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 +}