[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42297] [PATCH 00/10] Add Python packages for Sourcehut
From: |
Alexandru-Sergiu Marton |
Subject: |
[bug#42297] [PATCH 00/10] Add Python packages for Sourcehut |
Date: |
Thu, 9 Jul 2020 22:14:47 +0300 |
Hi,
This patch series adds some Python packages that I could see we were
missing to be able to package Sourcehut. (We're missing some go packages
too, but that's another story.)
Some packages (python-minio, python-hglib, python-sshpubkeys,
python-atpublic, python-aiosmtpd) have failing tests, and I'm not
knowledgeable enough to debug those. Any help would be appreciated. For
the time being, I disabled tests for those packages.
Alexandru-Sergiu Marton (10):
gnu: Add hg-evolve.
gnu: Add python-pgpy.
gnu: Add python-minio.
gnu: Add python-hglib.
gnu: Add python-unidiff.
gnu: Add python-emailthreads.
gnu: Add python-zxcvbn.
gnu: Add python-sshpubkeys.
gnu: Add python-atpublic.
gnu: Add python-aiosmtpd.
gnu/packages/python-crypto.scm | 25 ++++
gnu/packages/python-xyz.scm | 230 +++++++++++++++++++++++++++++++
gnu/packages/version-control.scm | 35 +++++
3 files changed, 290 insertions(+)
--
2.27.0
- [bug#42297] [PATCH 00/10] Add Python packages for Sourcehut,
Alexandru-Sergiu Marton <=
- [bug#42297] [PATCH 03/10] gnu: Add python-minio., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 04/10] gnu: Add python-hglib., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 01/10] gnu: Add hg-evolve., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 02/10] gnu: Add python-pgpy., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 06/10] gnu: Add python-emailthreads., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 08/10] gnu: Add python-sshpubkeys., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 05/10] gnu: Add python-unidiff., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 07/10] gnu: Add python-zxcvbn., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 10/10] gnu: Add python-aiosmtpd., Alexandru-Sergiu Marton, 2020/07/09
- [bug#42297] [PATCH 09/10] gnu: Add python-atpublic., Alexandru-Sergiu Marton, 2020/07/09