From unknown Fri Jun 20 07:15:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51121 <51121@debbugs.gnu.org> To: bug#51121 <51121@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-pyproject2setuppy. Reply-To: bug#51121 <51121@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:15:43 +0000 retitle 51121 [PATCH] gnu: Add python-pyproject2setuppy. reassign 51121 guix-patches submitter 51121 jgart severity 51121 normal tag 51121 moreinfo patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 16:48:49 2021 Received: (at submit) by debbugs.gnu.org; 10 Oct 2021 20:48:49 +0000 Received: from localhost ([127.0.0.1]:55904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZfkX-0000TI-BD for submit@debbugs.gnu.org; Sun, 10 Oct 2021 16:48:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:45302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZfkV-0000TB-I1 for submit@debbugs.gnu.org; Sun, 10 Oct 2021 16:48:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZfkV-0007pE-9m for guix-patches@gnu.org; Sun, 10 Oct 2021 16:48:47 -0400 Received: from mx1.dismail.de ([78.46.223.134]:33351) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZfkS-0006XD-O5 for guix-patches@gnu.org; Sun, 10 Oct 2021 16:48:47 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 435bbf57 for ; Sun, 10 Oct 2021 22:48:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=G/kwOzXRQaJPgBeK4keRN9PQvoXNG4GR0VmFXIWvPYk=; b= Zyv9rBcOZuyyI0D3AVIhZtasT7vS5q3ZX0LIVGlTt5w/V1ZXNH5oFfILml4DbUTz TTQxMqJlXFyKI4ohISRH250PaU3DVlqGoJqZQ1ccENNHFxz1D8tQymgXprSqaiTA /7plyCEvbaEQTr47rAGTnb1Z54NEGCi9z06QkaBYYgyBvAMR/kG6h/zpjAE2kHX4 3NzwxAuZ4o5HWXTp+NQjJPeUXjMp01STLc9q7Edl3+UD1j/pmPgXJUZzuJSGgyDG BlRYedzWvuNPVXqyQup1twy/0Rdwa9GP3FmlwWgKmF9kHJWTzP4pGvkgNss2kbrD 4KTp3JETyso+pXZ3J31Tzw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 206ca6b0 for ; Sun, 10 Oct 2021 22:48:40 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 45ccf219 for ; Sun, 10 Oct 2021 22:48:40 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b1d306c8 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 10 Oct 2021 22:48:40 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pyproject2setuppy. Date: Sun, 10 Oct 2021 16:48:24 -0400 Message-Id: <20211010204824.17388-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-xyz.scm (python-pyproject2setuppy): New variable. --- gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 634cd5efec..577bea8144 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27266,6 +27266,33 @@ and powerful way to handle real-world data, featuring: @end itemize") (license license:bsd-3))) +(define-public python-pyproject2setuppy + (package + (name "python-pyproject2setuppy") + (version "20") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pyproject2setuppy" version)) + (sha256 + (base32 "1bfms0mpi6ijgxfl2v7nirjld3yph13fbqm29fx007kj0w14m2pw")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-pytest-forked" ,python-pytest-forked))) + (propagated-inputs + `(("python-toml" ,python-toml) + ;; ignore linter because setuptools library functions are used directly + ("python-setuptools" ,python-setuptools))) + (home-page "https://github.com/mgorny/pyproject2setuppy") + (synopsis "Build pyproject.toml-based projects using setuptools") + (description +"@command{pyproject2setuppy} is a tool to install pyproject.toml-based +packages using plain setuptools. It maps the project metadata into +@code{setup()} call arguments, making it possible to build them without +installing the dependency hell of the new build systems.") + (license license:bsd-2))) + (define-public python-box (package (name "python-box") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 10 17:54:04 2021 Received: (at 51121) by debbugs.gnu.org; 10 Oct 2021 21:54:04 +0000 Received: from localhost ([127.0.0.1]:55951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZglW-000249-VE for submit@debbugs.gnu.org; Sun, 10 Oct 2021 17:54:04 -0400 Received: from mx1.dismail.de ([78.46.223.134]:29777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZglQ-00023q-Ps for 51121@debbugs.gnu.org; Sun, 10 Oct 2021 17:53:53 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b3c9cf07 for <51121@debbugs.gnu.org>; Sun, 10 Oct 2021 23:53:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:subject:references:mime-version:content-type :content-transfer-encoding; s=20190914; bh=MFcoSYTQgyIFEG5rkQr/i hPQPw1cFGpQUtt/d4mhEYU=; b=qYLwEcEcfsxd9d0PXRoBzUhg7hLTh/Romsefn GMPt5nMMaqjUd47YJ0e/hc5yxwYW3qAtIEho+CdQi2jDLMHdQHQVMnA27vHZu62Y kqSjxfTBb9RKkPRAWwPFgZKu/e7/7jJQIEco4lgHr7uhPYTK0ycjLWu4XZWMIRoR JACEs1yrKuZ3iQlsvmo7HIVPNat66Rg0lp/JQCx3qvNQrgW8Y4B1jPTdE0LB0OYQ jDF1o3Q8gaZbZneeAVZBhLL1iUZ91muyYnhiWoIW8oidSO9ELfZrbQyTcBYNcMsL KOu4fITcAhaISKelq2jUBfXOsLVgBQ2gYVmINMr858teXx/8w== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 110a126a for <51121@debbugs.gnu.org>; Sun, 10 Oct 2021 23:53:40 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 83f76cae for <51121@debbugs.gnu.org>; Sun, 10 Oct 2021 23:53:40 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 0937425c (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <51121@debbugs.gnu.org>; Sun, 10 Oct 2021 23:53:39 +0200 (CEST) Date: Sun, 10 Oct 2021 17:53:38 -0400 Message-ID: <20211010175338.GB24443@gac.attlocal.net> From: jgart To: 51121@debbugs.gnu.org Subject: WIP I'll send another patch soon. References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51121 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi this is a WIP. I'll send another patch soon once I figure it out. Tests are currently failing: phase `wrap' succeeded after 0.0 seconds starting phase `check' ============================= test session starts ============================== platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /tmp/guix-build-python-pyproject2setuppy-20.drv-0/source, inifile: setup.cfg plugins: hypothesis-5.4.1, forked-1.3.0 collected 205 items tests/test_common.py ... [ 1%] tests/test_flit.py ...s...s...s...s...s...s...s...s...s...s...s...s...s [ 26%] tests/test_flit_pep621.py ...s...s...s...s...s...s...s...s...s...s...s.. [ 49%] .s...s...s [ 54%] tests/test_main.py ...... [ 57%] tests/test_poetry.py ...s...s...s...s...s...s...s...s...s...s...s...s... [ 81%] s...s...s...s...s...s...s...s [ 96%] tests/test_setuptools.py ...F...F [100%] =================================== FAILURES =================================== ________________ SetuptoolsNoSetupPyTest.test_real_build_system ________________ self = def test_real_build_system(self): """ Perform a self-test using the upstream build backend. Builds a wheel, and verifies its contents. Used to verify that test cases are correct. """ metadata = toml.loads(self.toml_base + self.toml_extra) backend_module = metadata['build-system']['build-backend'] try: backend = importlib.import_module(backend_module) except ImportError: self.skipTest('Required {} module missing'.format(backend_module)) with self.make_package() as d: with open('pyproject.toml', 'w') as f: f.write(self.toml_base + self.toml_extra) if self.expect_exception is not None: # upstream build system uses different exception classes with self.assertRaises(Exception): backend.build_wheel(d) return > whl = backend.build_wheel(d) tests/base.py:271: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/build_meta.py:208: in build_wheel return self._build_with_temp_dir(['bdist_wheel'], '.whl', /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/build_meta.py:194: in _build_with_temp_dir self.run_setup() /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/build_meta.py:142: in run_setup exec(compile(code, __file__, 'exec'), locals()) setup.py:1: in ??? /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/__init__.py:145: in setup return distutils.core.setup(**attrs) /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/distutils/core.py:148: in setup dist.run_commands() /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/distutils/dist.py:966: in run_commands self.run_command(cmd) /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/distutils/dist.py:985: in run_command cmd_obj.run() /gnu/store/khi7jd4f8zy3z2mz5i116yyrgc10nwrk-python-wheel-0.36.2/lib/python3.8/site-packages/wheel/bdist_wheel.py:361: in run wf.write_files(archive_root) /gnu/store/khi7jd4f8zy3z2mz5i116yyrgc10nwrk-python-wheel-0.36.2/lib/python3.8/site-packages/wheel/wheelfile.py:124: in write_files self.write(path, arcname) /gnu/store/khi7jd4f8zy3z2mz5i116yyrgc10nwrk-python-wheel-0.36.2/lib/python3.8/site-packages/wheel/wheelfile.py:135: in write zinfo = ZipInfo(arcname or filename, date_time=get_zipinfo_datetime(st.st_mtime)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <[AttributeError('compress_type') raised in repr()] ZipInfo object at 0x7ffff5a86d00> filename = 'test_module.py', date_time = (1970, 1, 1, 0, 0, 1) def __init__(self, filename="NoName", date_time=(1980,1,1,0,0,0)): self.orig_filename = filename # Original file name in archive # Terminate the file name at the first null byte. Null bytes in file # names are used as tricks by viruses in archives. null_byte = filename.find(chr(0)) if null_byte >= 0: filename = filename[0:null_byte] # This is used to ensure paths in generated ZIP files always use # forward slashes as the directory separator, as required by the # ZIP format specification. if os.sep != "/" and os.sep in filename: filename = filename.replace(os.sep, "/") self.filename = filename # Normalized file name self.date_time = date_time # year, month, day, hour, min, sec if date_time[0] < 1980: > raise ValueError('ZIP does not support timestamps before 1980') E ValueError: ZIP does not support timestamps before 1980 /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/zipfile.py:362: ValueError ----------------------------- Captured stdout call ----------------------------- running bdist_wheel running build running build_py creating build creating build/lib copying test_module.py -> build/lib installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel copying build/lib/test_module.py -> build/bdist.linux-x86_64/wheel running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to build/bdist.linux-x86_64/wheel/test_module-0-py3.8.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/test_module-0.dist-info/WHEEL creating '/tmp/guix-build-python-pyproject2setuppy-20.drv-0/tmpbvokwos2/tmpvllwyjo_/test_module-0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it _________________ SetuptoolsSetupPyTest.test_real_build_system _________________ self = def test_real_build_system(self): """ Perform a self-test using the upstream build backend. Builds a wheel, and verifies its contents. Used to verify that test cases are correct. """ metadata = toml.loads(self.toml_base + self.toml_extra) backend_module = metadata['build-system']['build-backend'] try: backend = importlib.import_module(backend_module) except ImportError: self.skipTest('Required {} module missing'.format(backend_module)) with self.make_package() as d: with open('pyproject.toml', 'w') as f: f.write(self.toml_base + self.toml_extra) if self.expect_exception is not None: # upstream build system uses different exception classes with self.assertRaises(Exception): backend.build_wheel(d) return > whl = backend.build_wheel(d) tests/base.py:271: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/build_meta.py:208: in build_wheel return self._build_with_temp_dir(['bdist_wheel'], '.whl', /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/build_meta.py:194: in _build_with_temp_dir self.run_setup() /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/build_meta.py:142: in run_setup exec(compile(code, __file__, 'exec'), locals()) setup.py:2: in ??? /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/__init__.py:145: in setup return distutils.core.setup(**attrs) /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/distutils/core.py:148: in setup dist.run_commands() /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/distutils/dist.py:966: in run_commands self.run_command(cmd) /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/distutils/dist.py:985: in run_command cmd_obj.run() /gnu/store/khi7jd4f8zy3z2mz5i116yyrgc10nwrk-python-wheel-0.36.2/lib/python3.8/site-packages/wheel/bdist_wheel.py:361: in run wf.write_files(archive_root) /gnu/store/khi7jd4f8zy3z2mz5i116yyrgc10nwrk-python-wheel-0.36.2/lib/python3.8/site-packages/wheel/wheelfile.py:124: in write_files self.write(path, arcname) /gnu/store/khi7jd4f8zy3z2mz5i116yyrgc10nwrk-python-wheel-0.36.2/lib/python3.8/site-packages/wheel/wheelfile.py:135: in write zinfo = ZipInfo(arcname or filename, date_time=get_zipinfo_datetime(st.st_mtime)) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <[AttributeError('compress_type') raised in repr()] ZipInfo object at 0x7ffff5a89d00> filename = 'test_module.py', date_time = (1970, 1, 1, 0, 0, 1) def __init__(self, filename="NoName", date_time=(1980,1,1,0,0,0)): self.orig_filename = filename # Original file name in archive # Terminate the file name at the first null byte. Null bytes in file # names are used as tricks by viruses in archives. null_byte = filename.find(chr(0)) if null_byte >= 0: filename = filename[0:null_byte] # This is used to ensure paths in generated ZIP files always use # forward slashes as the directory separator, as required by the # ZIP format specification. if os.sep != "/" and os.sep in filename: filename = filename.replace(os.sep, "/") self.filename = filename # Normalized file name self.date_time = date_time # year, month, day, hour, min, sec if date_time[0] < 1980: > raise ValueError('ZIP does not support timestamps before 1980') E ValueError: ZIP does not support timestamps before 1980 /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/zipfile.py:362: ValueError ----------------------------- Captured stdout call ----------------------------- running bdist_wheel running build running build_py creating build creating build/lib copying test_module.py -> build/lib installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel copying build/lib/test_module.py -> build/bdist.linux-x86_64/wheel running install_egg_info running egg_info creating test_module.egg-info writing test_module.egg-info/PKG-INFO writing dependency_links to test_module.egg-info/dependency_links.txt writing top-level names to test_module.egg-info/top_level.txt writing manifest file 'test_module.egg-info/SOURCES.txt' reading manifest file 'test_module.egg-info/SOURCES.txt' writing manifest file 'test_module.egg-info/SOURCES.txt' Copying test_module.egg-info to build/bdist.linux-x86_64/wheel/test_module-0-py3.8.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/test_module-0.dist-info/WHEEL creating '/tmp/guix-build-python-pyproject2setuppy-20.drv-0/tmpr39dy7_m/tmpapoo2pgz/test_module-0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it =============================== warnings summary =============================== /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/depends.py:2 /gnu/store/9w9jvy3bgjg4qaqmrij01nbppiccqr7c-python-3.8.2/lib/python3.8/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp tests/base.py:71 /tmp/guix-build-python-pyproject2setuppy-20.drv-0/source/tests/base.py:71: PytestCollectionWarning: cannot collect test class 'TestDirectory' because it has a __init__ constructor (from: tests/test_common.py) class TestDirectory(object): tests/base.py:71 /tmp/guix-build-python-pyproject2setuppy-20.drv-0/source/tests/base.py:71: PytestCollectionWarning: cannot collect test class 'TestDirectory' because it has a __init__ constructor (from: tests/test_main.py) class TestDirectory(object): -- Docs: https://docs.pytest.org/en/latest/warnings.html ============ 2 failed, 156 passed, 47 skipped, 3 warnings in 11.94s ============ command "pytest" "tests" failed with status 1 note: keeping build directory `/tmp/guix-build-python-pyproject2setuppy-20.drv-3' builder for `/gnu/store/g15ah2jd1xlmvg22h3nhfhp7x778n7mw-python-pyproject2setuppy-20.drv' failed with exit code 1 build of /gnu/store/g15ah2jd1xlmvg22h3nhfhp7x778n7mw-python-pyproject2setuppy-20.drv failed Could not find build log for '/gnu/store/g15ah2jd1xlmvg22h3nhfhp7x778n7mw-python-pyproject2setuppy-20.drv'. guix build: error: build of `/gnu/store/g15ah2jd1xlmvg22h3nhfhp7x778n7mw-python-pyproject2setuppy-20.drv' failed all best, jgart 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 77B6 DD35 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 18:20:37 2021 Received: (at control) by debbugs.gnu.org; 13 Nov 2021 23:20:37 +0000 Received: from localhost ([127.0.0.1]:48458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2K4-0000Ml-Ro for submit@debbugs.gnu.org; Sat, 13 Nov 2021 18:20:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2K2-0000MT-HR for control@debbugs.gnu.org; Sat, 13 Nov 2021 18:20:35 -0500 Received: from [2001:470:142:3::e] (port=36216 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm2Jx-0003yT-Ap for control@debbugs.gnu.org; Sat, 13 Nov 2021 18:20:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=huhad75eHvQrpQdpxTfc7cKTLZXL+zAx2bNAPiac1sQ=; b=Sd+q5I0nk/PEK6 PPuUbNaCmnRgB7pVHguRdXqNdFrTn4OMtuliM4t2Bvfl0UVSU+Dsstlvk5I2+R4evjePUByzO9YN6 AR36NBHDaGPOCNf7SHV2Ysprh3GM7jKVOFQB/SwgaavWeuVuR62e/13575vSDdhb4VfToH+KIahLs lZ2zVqFRBUeeqmFjw5Ymvl8mXu76PYfy8bn4dp35Enf1qd5awInZcd+TgTaQSchU2HlGkcYASiAl4 95AnGHPhtIEku0hZaa8JBpfAByMHf/goNChZMqPrZtbRno6SSsXLXDp4Kx9csde0iyWHW/KBld6hu ISV5q31jXHx6nZaTuk9w==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58991 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm2Jx-0006Li-3E for control@debbugs.gnu.org; Sat, 13 Nov 2021 18:20:29 -0500 Date: Sun, 14 Nov 2021 00:20:27 +0100 Message-Id: <8735nzbq2s.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #51121 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 51121 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 14:03:59 2022 Received: (at 51121) by debbugs.gnu.org; 7 Jul 2022 18:03:59 +0000 Received: from localhost ([127.0.0.1]:57827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Vqx-0006Lu-Az for submit@debbugs.gnu.org; Thu, 07 Jul 2022 14:03:59 -0400 Received: from mail-qk1-f173.google.com ([209.85.222.173]:41610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Vqv-0006Lf-6i for 51121@debbugs.gnu.org; Thu, 07 Jul 2022 14:03:49 -0400 Received: by mail-qk1-f173.google.com with SMTP id z7so13961662qko.8 for <51121@debbugs.gnu.org>; Thu, 07 Jul 2022 11:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=2KOMLR+UqsiVJEfcAJfsEZo/tLyeD2R+qjp1W6wbW1A=; b=e37in8PJA2Sj03miwtZjbFwl53wYHu7NdcVStve4izCEjPD2w0CjE8H7phA2qpWIMk 5ScV4zajqr0hb4tpHyPnnA+GwsKw76qChgxmpqsQPx4WQ3OEU1exqCItl2At7FciwgKX gQ/HtoiAy2vN1QPbiXyPrww3SC72WXn+59IXJ0mMyokggkgUms9MqBDHe07zi57Um39w 4n9GgsjkbKmiicK0dcl656lGcAHxi+JKGz6bpuRgg5tTSOn+vb8t6ghjKNeL9C0+fK8z nDj1xADvnkreCP9VMftnIxmrXBW0XUygDrKNwqkTKT6y30WTCNgeSrGykA6kPAn1aM7O MQ0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=2KOMLR+UqsiVJEfcAJfsEZo/tLyeD2R+qjp1W6wbW1A=; b=3GMM5/Wu9isp11WmY+yqiUbnqILidEGy65eINynG9ZT+I38UFT+EMAW4w3gL6/njdv aSPK8Vus9OSM153fCrx/liYGCwFBdEolnf2eFTOtzJhc1kx1+BeCHZ4p0mnj5CNHzhnK L9zNyAIGWJFOnVDJt5Mk19OxVlcLypDWPiqXxS+Z8ct0U31aFylBpKil+r8syrtmwMOe zM41oE5AFCUpGw7PYCyeP2jwodRnRJoa7MBSLSDFXaeJohRw9oZHb8EAVwWoJJO/tl8N 96W9XUHHudI+Z4k4r6/QRhQTfhLeTm4iF1lCO6f4oZVEhK3hCGbafzPCEJ19k6kJljHL XkvA== X-Gm-Message-State: AJIora/ItTC9ANjxwNnLorXw5b6PKidXm7VDmeaMq8KrTTIcu1MxU5i2 kfxdaWmSqgCCkrEnAp+RlWjw8oniJrMOAQ== X-Google-Smtp-Source: AGRyM1tYfDESx58yKBQ8KUylDIsqoM2QA3pWcLeeuKaKUPS93/rQWY79pqvlwVWNCrBqg4ewZFYv5w== X-Received: by 2002:a05:620a:2681:b0:67e:908f:b513 with SMTP id c1-20020a05620a268100b0067e908fb513mr31201160qkp.204.1657217023293; Thu, 07 Jul 2022 11:03:43 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id t6-20020a37ea06000000b006b53fe19c41sm3682412qkj.14.2022.07.07.11.03.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 11:03:43 -0700 (PDT) From: Maxim Cournoyer To: jgart Subject: Re: bug#51121: [PATCH] gnu: Add python-pyproject2setuppy. References: <20211010175338.GB24443@gac.attlocal.net> Date: Thu, 07 Jul 2022 14:03:42 -0400 In-Reply-To: <20211010175338.GB24443@gac.attlocal.net> (jgart@dismail.de's message of "Sun, 10 Oct 2021 17:53:38 -0400") Message-ID: <87edywztoh.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51121 Cc: 51121@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, jgart writes: > Hi this is a WIP. > > I'll send another patch soon once I figure it out. > > Tests are currently failing: > > phase `wrap' succeeded after 0.0 seconds > starting phase `check' > ============================= test session starts ============================== > platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 > rootdir: /tmp/guix-build-python-pyproject2setuppy-20.drv-0/source, inifile: setup.cfg > plugins: hypothesis-5.4.1, forked-1.3.0 > collected 205 items > > tests/test_common.py ... [ 1%] > tests/test_flit.py ...s...s...s...s...s...s...s...s...s...s...s...s...s [ 26%] > tests/test_flit_pep621.py ...s...s...s...s...s...s...s...s...s...s...s.. [ 49%] > .s...s...s [ 54%] > tests/test_main.py ...... [ 57%] > tests/test_poetry.py ...s...s...s...s...s...s...s...s...s...s...s...s... [ 81%] > s...s...s...s...s...s...s...s [ 96%] > tests/test_setuptools.py ...F...F [100%] We haven't gotten an update in some time. Should we close this? Thank you. Maxim From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 07 20:17:12 2022 Received: (at 51121) by debbugs.gnu.org; 8 Jul 2022 00:17:12 +0000 Received: from localhost ([127.0.0.1]:58356 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bg9-00069A-7c for submit@debbugs.gnu.org; Thu, 07 Jul 2022 20:17:12 -0400 Received: from mx1.dismail.de ([78.46.223.134]:39029) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9bg7-00068W-W7 for 51121@debbugs.gnu.org; Thu, 07 Jul 2022 20:17:04 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 853b25de; Fri, 8 Jul 2022 02:16:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=W3piN1dwkCJ88kbFuoOfh3us3Ch+ct1E8hDs2lQfgkI=; b=Xv5 OqjnzSh89Tm5aynU1jabwY6Y6G6aR0SqoyZ+D92t1WKRJW+S70gpcUplbpEw2vuE dXLyKlNCsgs/X0HmuGdIJ7CIKd0/AlvjExtuUS3jKJkdNnUYG7krd4OO4IBS27Zq IlCm+EOenmM28tDdCGBsuVvg/IgKYGAJZFLjYKzhJ0wNRpTo6eYaxYq3k9VZQEqr zTVEDOOT9oPlSESDzHccrCZWHRuDdkpL+gd69xyRngdWO3WqzCu9050ffKLIOksH kV7bAC0t5/IxHL5H27LKR3x6BGCA08G5pEIN8qgGiOmz35XmPeGZ7ePrnxiDEFOM zP19U+MF16AzaARBKJQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 293b8a4f; Fri, 8 Jul 2022 02:16:58 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 16414c3f; Fri, 8 Jul 2022 02:16:58 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 8123bfbd (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Jul 2022 02:16:57 +0200 (CEST) Date: Thu, 7 Jul 2022 19:17:04 -0500 Message-ID: <20220707191704.GR1675@gac> From: jgart To: Maxim Cournoyer Subject: Re: bug#51121: [PATCH] gnu: Add python-pyproject2setuppy. In-Reply-To: <87edywztoh.fsf@gmail.com> References: <20211010175338.GB24443@gac.attlocal.net> <87edywztoh.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51121 Cc: 51121@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Thu, 07 Jul 2022 14:03:42 -0400 Maxim Cournoyer wrote: > Hi, > > jgart writes: > > > Hi this is a WIP. > > > > I'll send another patch soon once I figure it out. > > > > Tests are currently failing: > > > > phase `wrap' succeeded after 0.0 seconds > > starting phase `check' > > ============================= test session starts ============================== > > platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 > > rootdir: /tmp/guix-build-python-pyproject2setuppy-20.drv-0/source, inifile: setup.cfg > > plugins: hypothesis-5.4.1, forked-1.3.0 > > collected 205 items > > > > tests/test_common.py ... [ 1%] > > tests/test_flit.py ...s...s...s...s...s...s...s...s...s...s...s...s...s [ 26%] > > tests/test_flit_pep621.py ...s...s...s...s...s...s...s...s...s...s...s.. [ 49%] > > .s...s...s [ 54%] > > tests/test_main.py ...... [ 57%] > > tests/test_poetry.py ...s...s...s...s...s...s...s...s...s...s...s...s... [ 81%] > > s...s...s...s...s...s...s...s [ 96%] > > tests/test_setuptools.py ...F...F [100%] > > We haven't gotten an update in some time. > > Should we close this? > > Thank you. > > Maxim Sure, feel free to. I'll get back to it when I need it or maybe someone else will pick it up. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 08 21:39:10 2022 Received: (at 51121-done) by debbugs.gnu.org; 9 Jul 2022 01:39:10 +0000 Received: from localhost ([127.0.0.1]:33461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9zR0-0003eX-Hi for submit@debbugs.gnu.org; Fri, 08 Jul 2022 21:39:10 -0400 Received: from mail-qt1-f179.google.com ([209.85.160.179]:46047) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9zQy-0003e2-DN for 51121-done@debbugs.gnu.org; Fri, 08 Jul 2022 21:39:00 -0400 Received: by mail-qt1-f179.google.com with SMTP id z13so249774qts.12 for <51121-done@debbugs.gnu.org>; Fri, 08 Jul 2022 18:39:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=hFQlqP5WP4GkzbwbNGQWwAjcyCPDogMDurZcXE75hc8=; b=LW/qrN/GKXwJ6bNcO4tZ76WLOx26RWuzjQPadMF56CEqL4BFmKrCKbLZFA231LdBkN TS0i4smiFKcat1hj9yRqaeqLLz0yS5Sd7SQdxXdga+9iBUGxTVjO3N7vKyhEOQKQjxW+ s14Bmc1s2BNqGKjjShCQR2v6dSeZZUxu6jq91B8vWOEdL++EoVYpPB52tYyUZYL0A5dU JMvo9+DhFEwwD7OnQdonrb5cJbXUVjca3f5iFXUthDAE6HFXXHVrCWlRPPNUqTbByjDf bDKjSPfEnp8/XQXsK+h/gOO4wvHRlpD5rnbwUG5SE8autQxgL8YM7oHPE6X08h2RAiBd /cqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=hFQlqP5WP4GkzbwbNGQWwAjcyCPDogMDurZcXE75hc8=; b=qZypvE7a2cZOa8cjUbFTyCsHnJyqUAQybVZHM8KcA2DUoPgk3ab4KgumoG2W/NS0SM fufqRjt4yqdRX9OegsLpRIFgOYqOAQkDJpuB6xysnSIy4xaGBe+NFjDqOnY+mb9VRHry W7IFMGfBa3ZQHxhwclxGf+NtLU+WS7bIUGJ3+WAdaIRTajPJMKP3sr+eU7kt1B+NOYC8 SAgWt3uq4+oIt3oY/16iEE38o3n2CEYm+0u9I6MLMZ2Rsssy0MffMjBnlbnE3YjTqROk mY9AbMHM71YmeA/Aa3DCJoTKbs6oMR3mO34TDUk+zmIBeY6qStrlCBJwb1AnZRwNleQQ sKug== X-Gm-Message-State: AJIora+HDO7g8x71V9Vjlgiy7eWSd0e8Mq+b2/uW4b3ACkkpuvhkysip h5rLRblgpXGCUIO84r527shkyrKs/Hu0Kw== X-Google-Smtp-Source: AGRyM1s2pElIDpeW7YFi6/IhJiTvMXoWIAgMYBZYex39B6DeFtt07aiTWEIFeZhbH1HjRKzJBcgCig== X-Received: by 2002:a0c:ed23:0:b0:472:f9c0:9fda with SMTP id u3-20020a0ced23000000b00472f9c09fdamr5271009qvq.24.1657330734624; Fri, 08 Jul 2022 18:38:54 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id ck15-20020a05622a230f00b0031e9b496cd4sm373964qtb.11.2022.07.08.18.38.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jul 2022 18:38:54 -0700 (PDT) From: Maxim Cournoyer To: jgart Subject: Re: bug#51121: [PATCH] gnu: Add python-pyproject2setuppy. References: <20211010175338.GB24443@gac.attlocal.net> <87edywztoh.fsf@gmail.com> <20220707191704.GR1675@gac> Date: Fri, 08 Jul 2022 21:38:52 -0400 In-Reply-To: <20220707191704.GR1675@gac> (jgart@dismail.de's message of "Thu, 7 Jul 2022 19:17:04 -0500") Message-ID: <877d4nm5eb.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51121-done Cc: 51121-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, jgart writes: > On Thu, 07 Jul 2022 14:03:42 -0400 Maxim Cournoyer wrote: >> Hi, >> >> jgart writes: >> >> > Hi this is a WIP. >> > >> > I'll send another patch soon once I figure it out. >> > >> > Tests are currently failing: >> > >> > phase `wrap' succeeded after 0.0 seconds >> > starting phase `check' >> > ============================= test session starts ============================== >> > platform linux -- Python 3.8.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 >> > rootdir: /tmp/guix-build-python-pyproject2setuppy-20.drv-0/source, inifile: setup.cfg >> > plugins: hypothesis-5.4.1, forked-1.3.0 >> > collected 205 items >> > >> > tests/test_common.py ... [ 1%] >> > tests/test_flit.py ...s...s...s...s...s...s...s...s...s...s...s...s...s [ 26%] >> > tests/test_flit_pep621.py ...s...s...s...s...s...s...s...s...s...s...s.. [ 49%] >> > .s...s...s [ 54%] >> > tests/test_main.py ...... [ 57%] >> > tests/test_poetry.py ...s...s...s...s...s...s...s...s...s...s...s...s... [ 81%] >> > s...s...s...s...s...s...s...s [ 96%] >> > tests/test_setuptools.py ...F...F [100%] >> >> We haven't gotten an update in some time. >> >> Should we close this? >> >> Thank you. >> >> Maxim > > Sure, feel free to. > > I'll get back to it when I need it or maybe someone else will pick it up. Thanks, closing. Maxim From unknown Fri Jun 20 07:15:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Aug 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator