Date: Sunday, May 7, 2023 @ 13:06:46
  Author: alucryd
Revision: 1459324

archrelease: copy trunk to community-any

Added:
  python-can/repos/community-any/PKGBUILD
    (from rev 1459323, python-can/trunk/PKGBUILD)
Deleted:
  python-can/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 13:06:37 UTC (rev 1459323)
+++ PKGBUILD    2023-05-07 13:06:46 UTC (rev 1459324)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Kyle Manna <kyle[at]kylemanna[d0t]com>
-
-pkgname=python-can
-pkgver=4.1.0
-pkgrel=2
-pkgdesc='Controller Area Network support for Python'
-arch=(any)
-url=https://github.com/hardbyte/python-can
-license=(LGPL3)
-depends=(
-  python
-  python-aenum
-  python-setuptools
-  python-typing_extensions
-  python-wrapt
-)
-makedepends=(
-  git
-  python-build
-  python-installer
-  python-wheel
-)
-_tag=881606150316f3fce37b5605ea2cbdd4620a811f
-source=(git+https://github.com/hardbyte/python-can.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd python-can
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd python-can
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  python -m installer --destdir="${pkgdir}" python-can/dist/*.whl
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-can/repos/community-any/PKGBUILD (from rev 1459323, 
python-can/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 13:06:46 UTC (rev 1459324)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Kyle Manna <kyle[at]kylemanna[d0t]com>
+
+pkgname=python-can
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Controller Area Network support for Python'
+arch=(any)
+url=https://github.com/hardbyte/python-can
+license=(LGPL3)
+depends=(
+  python
+  python-aenum
+  python-setuptools
+  python-typing_extensions
+  python-wrapt
+)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-wheel
+)
+_tag=6c820a137940c27620ab19bdaf1c38c8da6d65d4
+source=(git+https://github.com/hardbyte/python-can.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd python-can
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd python-can
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" python-can/dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to