Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-mypy: update to 0.991.
@ 2023-01-26 18:57 icp1994
  2023-01-26 19:14 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-01-26 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 486 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/41889

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

#### 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/41889.patch is attached

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

From 135e9dcbf6f4386f1d7f8ac76b29ed07c569cfc0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 25 Oct 2022 01:25:06 +0530
Subject: [PATCH] python3-mypy: update to 0.991.

---
 srcpkgs/python3-mypy/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 55c2e21b5418..befcba23f2c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,18 +1,20 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.961
-revision=2
+version=0.991
+revision=1
 build_style=python3-module
+make_check_target="mypy/test"
 hostmakedepends="python3-setuptools python3-Sphinx"
-depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
- python3-tomli"
+depends="python3-mypy_extensions python3-typing_extensions"
+checkdepends="${depends} python3-attrs python3-filelock
+ python3-lxml python3-psutil python3-py python3-pytest-xdist"
 short_desc="Optional static typing for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
-homepage="https://github.com/python/mypy"
+homepage="https://www.mypy-lang.org"
+changelog="https://mypy-lang.blogspot.com"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492
-make_check=no # needs pytest-xdist and many tests fail
+checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
 
 post_install() {
 	make -C docs man

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

* Re: [PR PATCH] [Updated] python3-mypy: update to 0.991.
  2023-01-26 18:57 [PR PATCH] python3-mypy: update to 0.991 icp1994
@ 2023-01-26 19:14 ` icp1994
  2023-01-26 19:20 ` icp1994
  2023-02-04 22:50 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-01-26 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 491 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/41889

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

#### 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/41889.patch is attached

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

From 253b78ad7966f1290767299124495ba1d56bbd06 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 25 Oct 2022 01:25:06 +0530
Subject: [PATCH] python3-mypy: update to 0.991.

---
 srcpkgs/python3-mypy/template | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 55c2e21b5418..2b31c9f2bcb2 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.961
-revision=2
+version=0.991
+revision=1
 build_style=python3-module
+# fails in ci
+make_check_args="-k not testDaemonStatusKillRestartRecheck"
+make_check_target="mypy/test"
 hostmakedepends="python3-setuptools python3-Sphinx"
-depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
- python3-tomli"
+depends="python3-mypy_extensions python3-typing_extensions"
+checkdepends="${depends} python3-attrs python3-filelock
+ python3-lxml python3-psutil python3-py python3-pytest-xdist"
 short_desc="Optional static typing for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
-homepage="https://github.com/python/mypy"
+homepage="https://www.mypy-lang.org"
+changelog="https://mypy-lang.blogspot.com"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492
-make_check=no # needs pytest-xdist and many tests fail
+checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
 
 post_install() {
 	make -C docs man

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

* Re: [PR PATCH] [Updated] python3-mypy: update to 0.991.
  2023-01-26 18:57 [PR PATCH] python3-mypy: update to 0.991 icp1994
  2023-01-26 19:14 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-26 19:20 ` icp1994
  2023-02-04 22:50 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-01-26 19:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 491 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/41889

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

#### 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/41889.patch is attached

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

From 832318d4cca2a52adf5de96e7f7242f19dd337ea Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 25 Oct 2022 01:25:06 +0530
Subject: [PATCH] python3-mypy: update to 0.991.

---
 srcpkgs/python3-mypy/template | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 55c2e21b5418..78e082164446 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
-version=0.961
-revision=2
+version=0.991
+revision=1
 build_style=python3-module
+# fails in ci
+make_check_args="-k not(testDaemonStatusKillRestartRecheck)"
+make_check_target="mypy/test"
 hostmakedepends="python3-setuptools python3-Sphinx"
-depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
- python3-tomli"
+depends="python3-mypy_extensions python3-typing_extensions"
+checkdepends="${depends} python3-attrs python3-filelock
+ python3-lxml python3-psutil python3-py python3-pytest-xdist"
 short_desc="Optional static typing for Python3"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="MIT"
-homepage="https://github.com/python/mypy"
+homepage="https://www.mypy-lang.org"
+changelog="https://mypy-lang.blogspot.com"
 distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
-checksum=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492
-make_check=no # needs pytest-xdist and many tests fail
+checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
 
 post_install() {
 	make -C docs man

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

* Re: [PR PATCH] [Merged]: python3-mypy: update to 0.991.
  2023-01-26 18:57 [PR PATCH] python3-mypy: update to 0.991 icp1994
  2023-01-26 19:14 ` [PR PATCH] [Updated] " icp1994
  2023-01-26 19:20 ` icp1994
@ 2023-02-04 22:50 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-04 22:50 UTC (permalink / raw)
  To: ml

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

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

python3-mypy: update to 0.991.
https://github.com/void-linux/void-packages/pull/41889

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

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

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

end of thread, other threads:[~2023-02-04 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 18:57 [PR PATCH] python3-mypy: update to 0.991 icp1994
2023-01-26 19:14 ` [PR PATCH] [Updated] " icp1994
2023-01-26 19:20 ` icp1994
2023-02-04 22:50 ` [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).