Date: Monday, April 10, 2023 @ 11:32:35
  Author: felixonmars
Revision: 1444050

archrelease: copy trunk to community-staging-any

Added:
  python-jsonschema-spec/repos/community-staging-any/PKGBUILD
    (from rev 1444049, python-jsonschema-spec/trunk/PKGBUILD)
Deleted:
  python-jsonschema-spec/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 11:32:28 UTC (rev 1444049)
+++ PKGBUILD    2023-04-10 11:32:35 UTC (rev 1444050)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-jsonschema-spec
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="JSONSchema Spec with object-oriented paths"
-url="https://github.com/p1c2u/jsonschema-spec";
-license=('Apache')
-arch=('any')
-depends=('python-jsonschema' 'python-pathable' 'python-yaml' 
'python-typing_extensions')
-makedepends=('python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-pytest')
-source=("https://github.com/p1c2u/jsonschema-spec/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('0cba83a14e88d4fe2fcce9e4d39fa4284f23366a1f8acab16fa4b7b824d0c02bf04429d61c51a39a7a188c4e2b79f4481bba14ca688edee71beb0060e16617e0')
-
-prepare() {
-  cd jsonschema-spec-$pkgver
-  sed -i '/--cov/d' pyproject.toml
-}
-
-build() {
-  cd jsonschema-spec-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd jsonschema-spec-$pkgver
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd jsonschema-spec-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-}

Copied: python-jsonschema-spec/repos/community-staging-any/PKGBUILD (from rev 
1444049, python-jsonschema-spec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 11:32:35 UTC (rev 1444050)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-jsonschema-spec
+pkgver=0.1.2
+pkgrel=3
+pkgdesc="JSONSchema Spec with object-oriented paths"
+url="https://github.com/p1c2u/jsonschema-spec";
+license=('Apache')
+arch=('any')
+depends=('python-jsonschema' 'python-pathable' 'python-yaml' 
'python-typing_extensions')
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+checkdepends=('python-pytest')
+source=("https://github.com/p1c2u/jsonschema-spec/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('0cba83a14e88d4fe2fcce9e4d39fa4284f23366a1f8acab16fa4b7b824d0c02bf04429d61c51a39a7a188c4e2b79f4481bba14ca688edee71beb0060e16617e0')
+
+prepare() {
+  cd jsonschema-spec-$pkgver
+  sed -i '/--cov/d' pyproject.toml
+}
+
+build() {
+  cd jsonschema-spec-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd jsonschema-spec-$pkgver
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd jsonschema-spec-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+}

Reply via email to