Date: Thursday, November 24, 2022 @ 11:19:16
Author: felixonmars
Revision: 1352126
archrelease: copy trunk to community-any
Added:
python-ini2toml/repos/community-any/PKGBUILD
(from rev 1352125, python-ini2toml/trunk/PKGBUILD)
Deleted:
python-ini2toml/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-24 11:19:02 UTC (rev 1352125)
+++ PKGBUILD 2022-11-24 11:19:16 UTC (rev 1352126)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-ini2toml
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Automatically conversion of .ini/.cfg files to TOML equivalents"
-url="https://github.com/abravalheri/ini2toml"
-license=('MPL')
-arch=('any')
-# The default installation is broken. Adding [full] flavor dependencies here.
-depends=('python-configupdater' 'python-packaging' 'python-tomlkit')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-cov' 'python-tomli-w' 'python-validate-pyproject')
-source=("https://github.com/abravalheri/ini2toml/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5229072e5ebaffb1c2efd16f58f72c562fd1ca73d3ce46dccc80672085301f9d35460796f8ac4118ea37f970e45d4e4d4efd3da8e4a88c6a696f1e8b644cf1cd')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd ini2toml-$pkgver
- python setup.py build
-}
-
-check() {
- cd ini2toml-$pkgver
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- # TODO
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH"
pytest --deselect tests/test_cli.py::test_auto_formatting
-}
-
-package() {
- cd ini2toml-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-ini2toml/repos/community-any/PKGBUILD (from rev 1352125,
python-ini2toml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-24 11:19:16 UTC (rev 1352126)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-ini2toml
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Automatically conversion of .ini/.cfg files to TOML equivalents"
+url="https://github.com/abravalheri/ini2toml"
+license=('MPL')
+arch=('any')
+# The default installation is broken. Adding [full] flavor dependencies here.
+depends=('python-configupdater' 'python-packaging' 'python-tomlkit')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-cov' 'python-tomli-w' 'python-validate-pyproject')
+source=("https://github.com/abravalheri/ini2toml/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('49f61da346ffb7494b5d8f5912171792f1243b2ace8fdf51c5ba30fddfc14b237d142094455a242af6f4021ea787fbcc921f426c2a4f4663ca8a8c251a1600fb')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd ini2toml-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd ini2toml-$pkgver
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ # TODO
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH"
pytest --deselect tests/test_cli.py::test_auto_formatting
+}
+
+package() {
+ cd ini2toml-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}