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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:57:38
  Author: foutrelis
Revision: 749980

upgpkg: python-tomlkit 0.7.0-3: Python 3.9 rebuild

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:57:05 UTC (rev 749979)
+++ PKGBUILD2020-11-11 06:57:38 UTC (rev 749980)
@@ -4,7 +4,7 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 04:59:01
  Author: foutrelis
Revision: 749211

Drop setup.py before second rebuild

Modified:
  python-tomlkit/trunk/PKGBUILD
Deleted:
  python-tomlkit/trunk/setup.py

--+
 PKGBUILD |   11 +++
 setup.py |   39 ---
 2 files changed, 3 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:58:59 UTC (rev 749210)
+++ PKGBUILD2020-11-10 04:59:01 UTC (rev 749211)
@@ -12,10 +12,8 @@
 depends=('python')
 makedepends=('python-dephell')
 checkdepends=('python-pytest' 'python-yaml')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-setup.py)
-sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5'
-
'd427467008174606804715b3f07c53d41132bb198298b2a09bf44c56ddf9bccdfc4354ae2c50ab906367460a5c29ab682519bbe568010dca59017647e1b6efb6')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5')
 
 prepare() {
   cd tomlkit-$pkgver
@@ -23,10 +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
-
-  # Bootstrapping for Python 3.9
-  cp ../setup.py .
+  dephell deps convert --from pyproject.toml --to setup.py
 }
 
 build() {

Deleted: setup.py
===
--- setup.py2020-11-10 04:58:59 UTC (rev 749210)
+++ setup.py2020-11-10 04:59:01 UTC (rev 749211)
@@ -1,39 +0,0 @@
-
-# -*- coding: utf-8 -*-
-
-# DO NOT EDIT THIS FILE!
-# This file has been autogenerated by dephell <3
-# https://github.com/dephell/dephell
-
-try:
-from setuptools import setup
-except ImportError:
-from distutils.core import setup
-
-
-import os.path
-
-readme = ''
-here = os.path.abspath(os.path.dirname(__file__))
-readme_path = os.path.join(here, 'README.rst')
-if os.path.exists(readme_path):
-with open(readme_path, 'rb') as stream:
-readme = stream.read().decode('utf8')
-
-
-setup(
-long_description=readme,
-name='tomlkit',
-version='0.7.0',
-description='Style preserving TOML library',
-python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7',
-project_urls={"homepage": "https://github.com/sdispater/tomlkit;, 
"repository": "https://github.com/sdispater/tomlkit"},
-author='Sébastien Eustace',
-author_email='sebast...@eustace.io',
-license='MIT',
-packages=['tomlkit'],
-package_dir={"": "."},
-package_data={},
-install_requires=['enum34==1.*,>=1.1.0; python_version == "2.7.*" and 
python_version >= "2.7.0"', 'functools32==3.*,>=3.2.3; python_version == 
"2.7.*" and python_version >= "2.7.0"', 'typing==3.*,>=3.6.0; python_version == 
"2.7.*" and python_version >= "2.7.0" or python_version == "3.4.*" and 
python_version >= "3.4.0"'],
-extras_require={"dev": ["black==19.*,>=19.3.0.b0", "codecov==2.*,>=2.0.0", 
"isort==5.*,>=5.2.0; python_version == \"3.*\" and python_version >= 
\"3.6.0\"", "pre-commit==1.*,>=1.10.0", "pytest==4.*,>=4.6.0", 
"pytest-cov==2.*,>=2.5.0", "pyyaml==5.3.*,>=5.3.1", "tox==3.*,>=3.1.0"]},
-)


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 15:29:34
  Author: foutrelis
Revision: 746971

upgpkg: python-tomlkit 0.7.0-2: Python 3.9 rebuild

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:29:05 UTC (rev 746970)
+++ PKGBUILD2020-11-09 15:29:34 UTC (rev 746971)
@@ -4,7 +4,7 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 15:29:05
  Author: foutrelis
Revision: 746970

Add dephell-generated setup.py for Python 3.9

Added:
  python-tomlkit/trunk/setup.py
Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 setup.py |   39 +++
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:23:44 UTC (rev 746969)
+++ PKGBUILD2020-11-09 15:29:05 UTC (rev 746970)
@@ -12,8 +12,10 @@
 depends=('python')
 makedepends=('python-dephell')
 checkdepends=('python-pytest' 'python-yaml')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+setup.py)
+sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5'
+
'd427467008174606804715b3f07c53d41132bb198298b2a09bf44c56ddf9bccdfc4354ae2c50ab906367460a5c29ab682519bbe568010dca59017647e1b6efb6')
 
 prepare() {
   cd tomlkit-$pkgver
@@ -21,7 +23,10 @@
   # 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
+
+  # Bootstrapping for Python 3.9
+  cp ../setup.py .
 }
 
 build() {

Added: setup.py
===
--- setup.py(rev 0)
+++ setup.py2020-11-09 15:29:05 UTC (rev 746970)
@@ -0,0 +1,39 @@
+
+# -*- coding: utf-8 -*-
+
+# DO NOT EDIT THIS FILE!
+# This file has been autogenerated by dephell <3
+# https://github.com/dephell/dephell
+
+try:
+from setuptools import setup
+except ImportError:
+from distutils.core import setup
+
+
+import os.path
+
+readme = ''
+here = os.path.abspath(os.path.dirname(__file__))
+readme_path = os.path.join(here, 'README.rst')
+if os.path.exists(readme_path):
+with open(readme_path, 'rb') as stream:
+readme = stream.read().decode('utf8')
+
+
+setup(
+long_description=readme,
+name='tomlkit',
+version='0.7.0',
+description='Style preserving TOML library',
+python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7',
+project_urls={"homepage": "https://github.com/sdispater/tomlkit;, 
"repository": "https://github.com/sdispater/tomlkit"},
+author='Sébastien Eustace',
+author_email='sebast...@eustace.io',
+license='MIT',
+packages=['tomlkit'],
+package_dir={"": "."},
+package_data={},
+install_requires=['enum34==1.*,>=1.1.0; python_version == "2.7.*" and 
python_version >= "2.7.0"', 'functools32==3.*,>=3.2.3; python_version == 
"2.7.*" and python_version >= "2.7.0"', 'typing==3.*,>=3.6.0; python_version == 
"2.7.*" and python_version >= "2.7.0" or python_version == "3.4.*" and 
python_version >= "3.4.0"'],
+extras_require={"dev": ["black==19.*,>=19.3.0.b0", "codecov==2.*,>=2.0.0", 
"isort==5.*,>=5.2.0; python_version == \"3.*\" and python_version >= 
\"3.6.0\"", "pre-commit==1.*,>=1.10.0", "pytest==4.*,>=4.6.0", 
"pytest-cov==2.*,>=2.5.0", "pyyaml==5.3.*,>=5.3.1", "tox==3.*,>=3.1.0"]},
+)


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

2020-07-31 Thread Felix Yan via arch-commits
Date: Friday, July 31, 2020 @ 12:50:10
  Author: felixonmars
Revision: 666155

upgpkg: python-tomlkit 0.7.0-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-31 12:04:38 UTC (rev 666154)
+++ PKGBUILD2020-07-31 12:50:10 UTC (rev 666155)
@@ -3,7 +3,7 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -11,9 +11,9 @@
 arch=('any')
 depends=('python')
 makedepends=('python-dephell')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-yaml')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('030146f09a2e2ac9c676707b0c2c8c2d346dcdfd2cdd2797d0bb0032fd61ba71d5a8df7ed25ec898fb84337283897af989cff3b4797e9c9f73fe42c3a5d617b4')
+sha512sums=('1483dbc3a8cf87257d592b5af97a6644917b5a6f709d997054861615527510338fa27f048b27a69611782bd35a126c750eee465301d92e83cd2a8e45c5a5')
 
 prepare() {
   cd tomlkit-$pkgver


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

2020-04-21 Thread Felix Yan via arch-commits
Date: Wednesday, April 22, 2020 @ 01:18:06
  Author: felixonmars
Revision: 617429

upgpkg: python-tomlkit 0.6.0-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 01:17:56 UTC (rev 617428)
+++ PKGBUILD2020-04-22 01:18:06 UTC (rev 617429)
@@ -3,7 +3,7 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.5.11
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -13,7 +13,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('8577ce5a44427ceb3a7f7612cd4cd1fde42a6bc4e8a54508be3ff8f6160ce32e71556794135240af6ec59bdc3b785ab2dfffe43c2205dc7aa1bc796183a95610')
+sha512sums=('030146f09a2e2ac9c676707b0c2c8c2d346dcdfd2cdd2797d0bb0032fd61ba71d5a8df7ed25ec898fb84337283897af989cff3b4797e9c9f73fe42c3a5d617b4')
 
 prepare() {
   cd tomlkit-$pkgver


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

2020-03-01 Thread Felix Yan via arch-commits
Date: Sunday, March 1, 2020 @ 10:29:37
  Author: felixonmars
Revision: 587418

upgpkg: python-tomlkit 0.5.11-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-01 10:29:29 UTC (rev 587417)
+++ PKGBUILD2020-03-01 10:29:37 UTC (rev 587418)
@@ -3,7 +3,7 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.5.10
+pkgver=0.5.11
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -13,7 +13,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a1bcccd29e8b2ae1c62c535ce2681bcd8de115557b74e40d37dacdc7c7de05591687e54ed73c14ecf95bdc86d50da083da98b755bf1e5bd7459c74ad8a4b5d4d')
+sha512sums=('8577ce5a44427ceb3a7f7612cd4cd1fde42a6bc4e8a54508be3ff8f6160ce32e71556794135240af6ec59bdc3b785ab2dfffe43c2205dc7aa1bc796183a95610')
 
 prepare() {
   cd tomlkit-$pkgver


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

2020-02-29 Thread Felix Yan via arch-commits
Date: Saturday, February 29, 2020 @ 15:41:14
  Author: felixonmars
Revision: 586923

upgpkg: python-tomlkit 0.5.10-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-29 14:51:23 UTC (rev 586922)
+++ PKGBUILD2020-02-29 15:41:14 UTC (rev 586923)
@@ -3,7 +3,7 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.5.9
+pkgver=0.5.10
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -13,7 +13,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9683f68e21691064deaf28e302d19f142e8c83ae9fb915ab03c2530e6b0fb03aeab55039421681c4df45a452e21b988ab205a8824a13f725146c5a65b82e89ad')
+sha512sums=('a1bcccd29e8b2ae1c62c535ce2681bcd8de115557b74e40d37dacdc7c7de05591687e54ed73c14ecf95bdc86d50da083da98b755bf1e5bd7459c74ad8a4b5d4d')
 
 prepare() {
   cd tomlkit-$pkgver


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

2020-02-28 Thread Felix Yan via arch-commits
Date: Friday, February 28, 2020 @ 20:21:52
  Author: felixonmars
Revision: 586661

upgpkg: python-tomlkit 0.5.9-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-28 20:18:38 UTC (rev 586660)
+++ PKGBUILD2020-02-28 20:21:52 UTC (rev 586661)
@@ -3,8 +3,8 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.5.8
-pkgrel=3
+pkgver=0.5.9
+pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')
@@ -13,7 +13,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
+sha512sums=('9683f68e21691064deaf28e302d19f142e8c83ae9fb915ab03c2530e6b0fb03aeab55039421681c4df45a452e21b988ab205a8824a13f725146c5a65b82e89ad')
 
 prepare() {
   cd tomlkit-$pkgver


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 22:09:54
  Author: felixonmars
Revision: 520872

Python 3.8 rebuild

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 22:08:30 UTC (rev 520871)
+++ PKGBUILD2019-10-28 22:09:54 UTC (rev 520872)
@@ -4,7 +4,7 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')


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

2019-10-28 Thread Eli Schwartz via arch-commits
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
===
--- PKGBUILD2019-10-28 22:04:38 UTC (rev 520870)
+++ PKGBUILD2019-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() {


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

2019-10-28 Thread Eli Schwartz via arch-commits
Date: Monday, October 28, 2019 @ 22:04:22
  Author: eschwartz
Revision: 520869

upgpkg: python-tomlkit 0.5.8-2: bootstrap python 3.8 rebuilds

Due to cyclic dependency with dephell, which we need to build, but which also
needs us to run, we're disabling the dephell converter for now. A side effect
is ugly tests are distributed in violation of
https://wiki.archlinux.org/index.php/Python_package_guidelines#Notes

Once this is built and importable under python 3.8, we can rebuild with dephell.

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:51:03 UTC (rev 520868)
+++ PKGBUILD2019-10-28 22:04:22 UTC (rev 520869)
@@ -4,13 +4,14 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-dephell')
+#makedepends=('python-dephell')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
@@ -17,7 +18,11 @@
 
 prepare() {
   cd tomlkit-$pkgver
-  dephell deps convert --from pyproject.toml --to setup.py
+
+  # 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
 }
 
 build() {


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

2019-10-28 Thread Eli Schwartz via arch-commits
Date: Monday, October 28, 2019 @ 21:51:03
  Author: eschwartz
Revision: 520868

python-tomlkit: move to PyPI sources, which come with testdata

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:27:29 UTC (rev 520867)
+++ PKGBUILD2019-10-28 21:51:03 UTC (rev 520868)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 # Maintainer: Eli Schwartz 
 
+_pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.5.8
-_tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -12,16 +12,12 @@
 depends=('python')
 makedepends=('python-dephell')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
-
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
-sha512sums=('b62b8f50ed75d798e79d26d5f0cd1334d5f8b39bec544659758fbb8cf2c0991e850047f713ac21338bf642ac3a482cf5461eeb92e332fac4924136a910e46e1c'
-
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
 
 prepare() {
   cd tomlkit-$pkgver
   dephell deps convert --from pyproject.toml --to setup.py
-  rmdir tests/toml-test
-  ln -s "$srcdir"/toml-test-$_tomltestcommit tests/toml-test
 }
 
 build() {


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

2019-10-11 Thread Eli Schwartz via arch-commits
Date: Friday, October 11, 2019 @ 17:44:15
  Author: eschwartz
Revision: 514963

upgpkg: python-tomlkit 0.5.8-1: upstream release

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-11 17:06:46 UTC (rev 514962)
+++ PKGBUILD2019-10-11 17:44:15 UTC (rev 514963)
@@ -1,7 +1,8 @@
 # Maintainer: Felix Yan 
+# Maintainer: Eli Schwartz 
 
 pkgname=python-tomlkit
-pkgver=0.5.7
+pkgver=0.5.8
 _tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
@@ -13,7 +14,7 @@
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
 
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
-sha512sums=('d849974a2f76d50498dedb54cce400d0abedd4182f03485189ef713fc1bd3aa07713ce60369f9e4593154184fde3b870aa91816a1a8d26d943d527c6b4d2b624'
+sha512sums=('b62b8f50ed75d798e79d26d5f0cd1334d5f8b39bec544659758fbb8cf2c0991e850047f713ac21338bf642ac3a482cf5461eeb92e332fac4924136a910e46e1c'
 
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
 
 prepare() {


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

2019-10-04 Thread Felix Yan via arch-commits
Date: Friday, October 4, 2019 @ 15:37:58
  Author: felixonmars
Revision: 512744

upgpkg: python-tomlkit 0.5.7-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 15:37:11 UTC (rev 512743)
+++ PKGBUILD2019-10-04 15:37:58 UTC (rev 512744)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tomlkit
-pkgver=0.5.5
+pkgver=0.5.7
 _tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
 
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
-sha512sums=('aa11e199c4a97133739b3ade36b7806c07f7f2681f6a6f3ed5195cf9affecd24f04a89d2ffb37938851cc8c48c2551d262e7eac9282a4070389c5ac4e8d718fb'
+sha512sums=('d849974a2f76d50498dedb54cce400d0abedd4182f03485189ef713fc1bd3aa07713ce60369f9e4593154184fde3b870aa91816a1a8d26d943d527c6b4d2b624'
 
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
 
 prepare() {


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

2019-07-03 Thread Felix Yan via arch-commits
Date: Wednesday, July 3, 2019 @ 13:10:56
  Author: felixonmars
Revision: 487350

upgpkg: python-tomlkit 0.5.5-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-03 12:23:58 UTC (rev 487349)
+++ PKGBUILD2019-07-03 13:10:56 UTC (rev 487350)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tomlkit
-pkgver=0.5.4
+pkgver=0.5.5
 _tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
 
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
-sha512sums=('291cf6e549537bc0d9103e8e65d57879ec4ca2f5f35e4219e5742cff044bd76b9917535ebdb46e5fca6504a32b4bbcf31dadb8373dcf444bcaa0c7fa4777d68d'
+sha512sums=('aa11e199c4a97133739b3ade36b7806c07f7f2681f6a6f3ed5195cf9affecd24f04a89d2ffb37938851cc8c48c2551d262e7eac9282a4070389c5ac4e8d718fb'
 
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
 
 prepare() {


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

2019-06-30 Thread Felix Yan via arch-commits
Date: Sunday, June 30, 2019 @ 18:28:05
  Author: felixonmars
Revision: 486526

upgpkg: python-tomlkit 0.5.4-1

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 18:25:38 UTC (rev 486525)
+++ PKGBUILD2019-06-30 18:28:05 UTC (rev 486526)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tomlkit
-pkgver=0.5.3
+pkgver=0.5.4
 _tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
-pkgrel=3
+pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
 
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
-sha512sums=('68f2c2df5bfe0986a8530bb72d35179be974105a11427a59d8d88ea2c1828284ed5518e9fdd90f82ab508e44e63176f7efb78a8f4baaa901805979f32c90'
+sha512sums=('291cf6e549537bc0d9103e8e65d57879ec4ca2f5f35e4219e5742cff044bd76b9917535ebdb46e5fca6504a32b4bbcf31dadb8373dcf444bcaa0c7fa4777d68d'
 
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
 
 prepare() {


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

2019-05-29 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 06:29:00
  Author: felixonmars
Revision: 473671

upgpkg: python-tomlkit 0.5.3-3

- use dephell convert for better metadata
- enable tests

Modified:
  python-tomlkit/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 06:18:06 UTC (rev 473670)
+++ PKGBUILD2019-05-29 06:29:00 UTC (rev 473671)
@@ -2,16 +2,27 @@
 
 pkgname=python-tomlkit
 pkgver=0.5.3
-pkgrel=2
+_tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
+pkgrel=3
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')
 arch=('any')
 depends=('python')
+makedepends=('python-dephell')
 checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/t/tomlkit/tomlkit-$pkgver.tar.gz;)
-sha512sums=('90939b380fb8c58a1825c45740d599f116adf5075b1efb327ceb72353b1d1b3d6d6b960ed7673d46af586fc3ed56a866a6a8eb8dfc2a78ea128b5b7f214b0b55')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
+
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
+sha512sums=('68f2c2df5bfe0986a8530bb72d35179be974105a11427a59d8d88ea2c1828284ed5518e9fdd90f82ab508e44e63176f7efb78a8f4baaa901805979f32c90'
+
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
 
+prepare() {
+  cd tomlkit-$pkgver
+  dephell deps convert --from pyproject.toml --to setup.py
+  rmdir tests/toml-test
+  ln -s "$srcdir"/toml-test-$_tomltestcommit tests/toml-test
+}
+
 build() {
   cd tomlkit-$pkgver
   python setup.py build
@@ -19,8 +30,7 @@
 
 check() {
   cd tomlkit-$pkgver
-  # TODO: package a pyproject to setup converter and use git source
-  # python -m pytest
+  python -m pytest
 }
 
 package() {


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 17:45:49
  Author: felixonmars
Revision: 470722

upgpkg: python-tomlkit 0.5.3-2

fix arch

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 17:45:07 UTC (rev 470721)
+++ PKGBUILD2019-05-25 17:45:49 UTC (rev 470722)
@@ -2,11 +2,11 @@
 
 pkgname=python-tomlkit
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')
-arch=('x86_64')
+arch=('any')
 depends=('python')
 checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/t/tomlkit/tomlkit-$pkgver.tar.gz;)