Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
python-editor
Commits:
1a43cb7e by Levente Polyak at 2026-02-07T16:58:09+01:00
upgpkg: 1.0.4-13: rebuild with PEP517 and SPDX license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-editor
pkgdesc = Programmatically open an editor, capture the result
pkgver = 1.0.4
- pkgrel = 12
+ pkgrel = 13
url = https://github.com/fmoo/python-editor
arch = any
license = Apache-2.0
@@ -10,7 +10,7 @@ pkgbase = python-editor
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
python-editor-1.0.4.tar.gz::https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz
+ source =
https://github.com/fmoo/python-editor/archive/1.0.4/python-editor-1.0.4.tar.gz
sha256sums =
61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd3
sha512sums =
2a01ffa5967be31ec425ddb9cd2c57f327b61547f011e1510005a7b6cab30ba01fe81e18cb38e7c4f39796350701997d11a5059568b987355878671a5299eaf5
=====================================
PKGBUILD
=====================================
@@ -4,21 +4,27 @@
pkgname=python-editor
pkgver=1.0.4
-pkgrel=12
+pkgrel=13
pkgdesc='Programmatically open an editor, capture the result'
url='https://github.com/fmoo/python-editor'
-arch=('any')
-license=('Apache-2.0')
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fmoo/python-editor/archive/${pkgver}.tar.gz)
+arch=(any)
+license=(Apache-2.0)
+depends=(
+ python
+)
+makedepends=(
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+)
+source=(https://github.com/fmoo/python-editor/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('61a4758919668b8ffe5eb389a86a4c2e8c2f789c02b9c6aee0ddf3c4ebfe3fd3')
sha512sums=('2a01ffa5967be31ec425ddb9cd2c57f327b61547f011e1510005a7b6cab30ba01fe81e18cb38e7c4f39796350701997d11a5059568b987355878671a5299eaf5')
build() {
- (cd ${pkgbase}-${pkgver}
- python -m build --wheel --no-isolation
- )
+ cd ${pkgbase}-${pkgver}
+ python -m build --wheel --no-isolation
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-editor/-/commit/1a43cb7e881adeb1b081826f967c092ceb4df786
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-editor/-/commit/1a43cb7e881adeb1b081826f967c092ceb4df786
You're receiving this email because of your account on gitlab.archlinux.org.