From 602c354071dc49d3c98d6f66e975d00a8744b7bf Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Sat, 16 Oct 2021 13:13:01 +0100 Subject: [PATCH 1/4] 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..d187000a015f --- /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="Omar Zeghouani " +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 e378acffb1b6e4aca3885ddd501d8a5847fa0294 Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Sat, 16 Oct 2021 13:13:14 +0100 Subject: [PATCH 2/4] New package: python3-PyGithub-1.55 --- 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..62b778a3787d --- /dev/null +++ b/srcpkgs/python3-PyGithub/template @@ -0,0 +1,15 @@ +# Template file for 'python3-PyGithub' +pkgname=python3-PyGithub +version=1.55 +revision=1 +wrksrc=PyGithub-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-Deprecated python3-PyJWT python3-requests" +short_desc="Python library to access Github API v3" +maintainer="Omar Zeghouani " +license="LGPL-3.0-or-later" +homepage="https://github.com/PyGithub/PyGithub" +distfiles="https://github.com/PyGithub/PyGithub/archive/v${version}.tar.gz" +checksum=c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1 +make_check=no # requires httpretty From 5e4876c64255466022ac776a0203e8f4aeab68ff Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Sat, 16 Oct 2021 13:13:21 +0100 Subject: [PATCH 3/4] 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..3796dfddc0a0 --- /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="python-parsing" +checkdepends="python3-pip python3-wheel python3-chardet" +short_desc="Python interface to Graphviz's Dot" +maintainer="Omar Zeghouani " +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 8222f224cbd3ec3604a950d2d7b65def9d1da77b Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Sat, 16 Oct 2021 13:13:35 +0100 Subject: [PATCH 4/4] New package: mathlibtools-1.1.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..a71c61b29360 --- /dev/null +++ b/srcpkgs/mathlibtools/template @@ -0,0 +1,18 @@ +# Template file for 'mathlibtools' +pkgname=mathlibtools +version=1.1.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="python3-pip python3-wheel git" +short_desc="Supporting tool for Lean mathlib" +maintainer="Omar Zeghouani " +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=f2481b4545fdad08780248db0fe1c879e3788c000eda014433338228255e76ad