[arch-commits] Commit in python-tomlkit/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Oct 28 22:08:33 UTC 2019


    Date: Monday, October 28, 2019 @ 22:08:30
  Author: eschwartz
Revision: 520871

python-tomlkit: re-enable dephell for the auto-builder

I would just rebuild this myself but then it will insist on rebuilding it a
third time anyway. :/

Modified:
  python-tomlkit/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-28 22:04:38 UTC (rev 520870)
+++ PKGBUILD	2019-10-28 22:08:30 UTC (rev 520871)
@@ -10,8 +10,7 @@
 license=('MIT')
 arch=('any')
 depends=('python')
-#makedepends=('python-dephell')
-makedepends=('python-setuptools')
+makedepends=('python-dephell')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
 sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
@@ -22,7 +21,7 @@
   # poetry-generated setup.py is badly broken in several ways, including
   # distribution of tests in the built package as well as using distutils for
   # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  #dephell deps convert --from pyproject.toml --to setup.py
+  dephell deps convert --from pyproject.toml --to setup.py
 }
 
 build() {



More information about the arch-commits mailing list