From 1f254b1ee917690b4f8f7738fdcfc295ee304ff7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Mar 2023 18:28:08 +0000 Subject: gentoo auto-resync : 17:03:2023 - 18:28:08 --- dev-python/typed-ast/Manifest | 3 +-- .../files/typed-ast-1.4.3-python310.patch | 30 ---------------------- dev-python/typed-ast/typed-ast-1.5.4.ebuild | 4 +-- 3 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 dev-python/typed-ast/files/typed-ast-1.4.3-python310.patch (limited to 'dev-python/typed-ast') diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest index a295e45cebcf..4762097d485a 100644 --- a/dev-python/typed-ast/Manifest +++ b/dev-python/typed-ast/Manifest @@ -1,4 +1,3 @@ -AUX typed-ast-1.4.3-python310.patch 984 BLAKE2B 32d456979a29086021599de94683b00d17f2d458c6f36605c71b578f0a1ae08739872716103e63bdcde119b68916711cafd2da58eda72dab2b0cb62cf003a1b9 SHA512 050ef59d85e8fe6369bcda4e4991cdb614994c7443713e5a3faebd2a65cf42cffa47709b48a5658e752b46955e421f4430794f5a66c61972d8727a8e21bc960f DIST typed_ast-1.5.4.tar.gz 252491 BLAKE2B 07a97a881cd4c015897ca85e0b46acd6f63c48dbc69f4d73ad5e3bfd42b1b995a614d97b81c8d21c8d5dcbdddc838bffde033e11b55d866fa8e8db0aa8048731 SHA512 1ff27316d8e07219ad5b3744c167b7a7dfebb992f8ebc4623bf510f8b5d2b939cc9f659428e3228a42cdec0e63215cca973458aa914f2efdc59d5f33c150e153 -EBUILD typed-ast-1.5.4.ebuild 638 BLAKE2B 4fd77f50747810bcece377a1262a4af3605ebc868df154ba168838aa69a4dc14aa4d9a32cb0c09233b038e952256e2c5586a5465d432495464adee8075acabc7 SHA512 9bdaf054cf3d331635aeb22f97b08a846c44348f4838a36f29a936c030e8d8e05fe9ec14708d890b7d1aa9997fd3aeb97ca976018d8d8a6307c52536e4f7b48f +EBUILD typed-ast-1.5.4.ebuild 559 BLAKE2B 357bb329841e09d305013d97fffe766a395f1d32d34122b062b8eaeeb97d905f8b514328e78ea55565f58549a3f9bc2c0ccbe6c9a81a1e2443c8d1a7087227fe SHA512 396100c8930b16ed38dc0dd92a87652f19ab90eca42514fca871191ab85bd5ded7de604cce1c87d841778d4ac0be4210ee61a9453216b83a2fec337a840937e4 MISC metadata.xml 369 BLAKE2B b92a11c32ddd0afacac11717dacfa997976da54d30c6330873eaf36cf1f9a748ab089b5e5d586302abe57d1579054df38a036cbd8534779f7daa59ed92e7bdae SHA512 fc1961ab74c1a975ba3423568be93e6bff1358cb29e3e7209043d890e1d6a9d8659b21a6a5d5c04f42377e608d547c55d008d77811d37bf46c6ccb44d5b931c0 diff --git a/dev-python/typed-ast/files/typed-ast-1.4.3-python310.patch b/dev-python/typed-ast/files/typed-ast-1.4.3-python310.patch deleted file mode 100644 index 7c95f2465f0d..000000000000 --- a/dev-python/typed-ast/files/typed-ast-1.4.3-python310.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://github.com/python/typed_ast/commit/123286721923ae8f3885dbfbad94d6ca940d5c96 -https://bugs.gentoo.org/874900 - -From 123286721923ae8f3885dbfbad94d6ca940d5c96 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= -Date: Wed, 10 Nov 2021 19:15:50 +0100 -Subject: [PATCH] Define _PyUnicode_DecodeUnicodeEscape even on Python 3.6+ - (#171) - ---- a/ast3/Python/ast.c -+++ b/ast3/Python/ast.c -@@ -56,6 +56,8 @@ _PyBytes_DecodeEscape(const char *s, - return PyBytes_DecodeEscape(s, len, errors, unicode, recode_encoding); - } - -+#endif -+ - PyObject * - _PyUnicode_DecodeUnicodeEscape(const char *s, - Py_ssize_t size, -@@ -66,8 +68,6 @@ _PyUnicode_DecodeUnicodeEscape(const char *s, - return PyUnicode_DecodeUnicodeEscape(s, size, errors); - } - --#endif -- - static int validate_stmts(asdl_seq *); - static int validate_exprs(asdl_seq *, expr_context_ty, int); - static int validate_nonempty_seq(asdl_seq *, const char *, const char *); - diff --git a/dev-python/typed-ast/typed-ast-1.5.4.ebuild b/dev-python/typed-ast/typed-ast-1.5.4.ebuild index 7e4b8d6eb039..52f3ac4b3731 100644 --- a/dev-python/typed-ast/typed-ast-1.5.4.ebuild +++ b/dev-python/typed-ast/typed-ast-1.5.4.ebuild @@ -6,15 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python typed-ast backported" HOMEPAGE=" https://github.com/python/typed_ast/ https://pypi.org/project/typed-ast/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" -S="${WORKDIR}/${P/-/_}" LICENSE="Apache-2.0 MIT" SLOT="0" -- cgit v1.2.3