[arch-commits] Commit in esptool/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Wed Aug 10 12:38:13 UTC 2022


    Date: Wednesday, August 10, 2022 @ 12:38:12
  Author: jelle
Revision: 1265044

archrelease: copy trunk to community-any

Added:
  esptool/repos/community-any/PKGBUILD
    (from rev 1265043, esptool/trunk/PKGBUILD)
Deleted:
  esptool/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 12:38:03 UTC (rev 1265043)
+++ PKGBUILD	2022-08-10 12:38:12 UTC (rev 1265044)
@@ -1,26 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
-# Contributor: Marcin Kornat <rarvolt+aur at gmail.com>
-# Contributor: MatejSpindler <spindler.matej at gmail.com>
-
-pkgname=esptool
-pkgver=4.2
-pkgrel=1
-pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
-arch=('any')
-url="https://github.com/espressif/esptool"
-license=('GPL2')
-makedepends=('git' 'python-setuptools' 'python-pip')
-depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo')
-source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
-sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 1265043, esptool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-10 12:38:12 UTC (rev 1265044)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+# Contributor: Marcin Kornat <rarvolt+aur at gmail.com>
+# Contributor: MatejSpindler <spindler.matej at gmail.com>
+
+pkgname=esptool
+pkgver=4.2
+pkgrel=2
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in Espressif ESP8266"
+arch=('any')
+url="https://github.com/espressif/esptool"
+license=('GPL2')
+makedepends=('git' 'python-setuptools' 'python-pip')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes' 'python-bitstring' 'python-reedsolo' 'python-cryptography')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz")
+sha512sums=('4d4f8e130dbf04dbb582e6e1fdc9b74df7f56a7ca227cca62772592b1d5fa23cbe1de6c16e79d0a10e155f983f1e76752d025ed0e8da6735cdd417e4104321dc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list