Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-mypy: update to 1.0.0.
@ 2023-02-16 18:46 icp1994
  2023-02-16 19:09 ` [PR PATCH] [Updated] " icp1994
  2023-03-06 20:03 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-02-16 18:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages python3-mypy
https://github.com/void-linux/void-packages/pull/42312

python3-mypy: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/42312.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-mypy-42312.patch --]
[-- Type: text/x-diff, Size: 2466 bytes --]

From 243749ecbc17718ec74299381a9c47a66d4ea6af Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 9 Feb 2023 22:48:12 +0530
Subject: [PATCH 1/2] python3-mypy_extensions: update to 1.0.0.

---
 srcpkgs/python3-mypy_extensions/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index 13d4792f54a5..b4357249d5db 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
-version=0.4.3
-revision=5
+version=1.0.0
+revision=1
 build_style=python3-module
-pycompile_module="mypy_extensions.py"
+make_check_target="tests/testextensions.py"
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Extensions to the typing module use by mypy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://www.mypy-lang.org/"
-distfiles="${PYPI_SITE}/m/mypy_extensions/mypy_extensions-${version}.tar.gz"
-checksum=2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8
+homepage="https://github.com/python/mypy_extensions"
+distfiles="https://github.com/python/mypy_extensions/archive/refs/tags/${version}.tar.gz"
+checksum=c1f1fc0cc5f5be7d3a70b6dd4b85f9e2b02d788d66f3a168652a65df6571df07
 
 post_install() {
 	vlicense LICENSE

From 2d7f5f3ccde0d258602960234ad76f7cc00e15ce Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 9 Feb 2023 22:58:50 +0530
Subject: [PATCH 2/2] python3-mypy: update to 1.0.0.

---
 srcpkgs/python3-mypy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 78e082164446..54087ba96601 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.991
+version=1.0.0
 revision=1
 build_style=python3-module
 # fails in ci
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://www.mypy-lang.org"
 changelog="https://mypy-lang.blogspot.com"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
+checksum=f34495079c8d9da05b183f9f7daec2878280c2ad7cc81da686ef0b484cea2ecf
 
 post_install() {
 	make -C docs man

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] python3-mypy: update to 1.0.0.
  2023-02-16 18:46 [PR PATCH] python3-mypy: update to 1.0.0 icp1994
@ 2023-02-16 19:09 ` icp1994
  2023-03-06 20:03 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-16 19:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages python3-mypy
https://github.com/void-linux/void-packages/pull/42312

python3-mypy: update to 1.0.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/42312.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-mypy-42312.patch --]
[-- Type: text/x-diff, Size: 2664 bytes --]

From 243749ecbc17718ec74299381a9c47a66d4ea6af Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 9 Feb 2023 22:48:12 +0530
Subject: [PATCH 1/2] python3-mypy_extensions: update to 1.0.0.

---
 srcpkgs/python3-mypy_extensions/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index 13d4792f54a5..b4357249d5db 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
-version=0.4.3
-revision=5
+version=1.0.0
+revision=1
 build_style=python3-module
-pycompile_module="mypy_extensions.py"
+make_check_target="tests/testextensions.py"
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Extensions to the typing module use by mypy"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://www.mypy-lang.org/"
-distfiles="${PYPI_SITE}/m/mypy_extensions/mypy_extensions-${version}.tar.gz"
-checksum=2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8
+homepage="https://github.com/python/mypy_extensions"
+distfiles="https://github.com/python/mypy_extensions/archive/refs/tags/${version}.tar.gz"
+checksum=c1f1fc0cc5f5be7d3a70b6dd4b85f9e2b02d788d66f3a168652a65df6571df07
 
 post_install() {
 	vlicense LICENSE

From ec7000bf7c63fcba308a2367d126e5bdbe06d2a9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 9 Feb 2023 22:58:50 +0530
Subject: [PATCH 2/2] python3-mypy: update to 1.0.0.

---
 srcpkgs/python3-mypy/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 78e082164446..43e772dfca6d 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.991
+version=1.0.0
 revision=1
 build_style=python3-module
 # fails in ci
@@ -16,10 +16,14 @@ license="MIT"
 homepage="https://www.mypy-lang.org"
 changelog="https://mypy-lang.blogspot.com"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
+checksum=f34495079c8d9da05b183f9f7daec2878280c2ad7cc81da686ef0b484cea2ecf
 
 post_install() {
 	make -C docs man
 	vman docs/build/man/mypy.1
 	vlicense LICENSE
+
+	rm -r ${DESTDIR}/${py3_sitelib}/mypy/test
+	rm -r ${DESTDIR}/${py3_sitelib}/mypyc/test
+	rm -r ${DESTDIR}/${py3_sitelib}/mypyc/test-data
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: python3-mypy: update to 1.0.0.
  2023-02-16 18:46 [PR PATCH] python3-mypy: update to 1.0.0 icp1994
  2023-02-16 19:09 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-06 20:03 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-03-06 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There's a merged pull request on the void-packages repository

python3-mypy: update to 1.0.0.
https://github.com/void-linux/void-packages/pull/42312

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-06 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 18:46 [PR PATCH] python3-mypy: update to 1.0.0 icp1994
2023-02-16 19:09 ` [PR PATCH] [Updated] " icp1994
2023-03-06 20:03 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).