Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-cppy
Commits:
b4742e28 by Felix Yan at 2026-03-10T14:08:02+00:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-cppy
pkgdesc = A collection of C++ headers which make it easier to write
Python C extension modules
- pkgver = 1.2.1
- pkgrel = 9
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/nucleic/cppy
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest
makedepends = git
makedepends = python-build
@@ -12,7 +12,7 @@ pkgbase = python-cppy
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-setuptools
- source =
git+https://github.com/nucleic/cppy.git#commit=13a67972ca9063951440c911270f204aa7fe631a
- sha512sums = SKIP
+ source = git+https://github.com/nucleic/cppy.git#tag=1.3.0
+ sha512sums =
94be626e32573dbd20ce5f0a61acb5a5db9653d86257c9431851adc4fb487120c90a359dcf5c47cfe7f3646a47a703b133bada33500b658158004927277a22ac
pkgname = python-cppy
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-cppy
-pkgver=1.2.1
-pkgrel=9
+pkgver=1.3.0
+pkgrel=1
pkgdesc="A collection of C++ headers which make it easier to write Python C
extension modules"
url="https://github.com/nucleic/cppy"
license=('BSD-3-Clause')
@@ -12,7 +12,7 @@ depends=('python-setuptools')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-pytest')
source=("git+https://github.com/nucleic/cppy.git#tag=${pkgver}")
-sha512sums=('fe0bdb76fcb39e37b0cde94afbffe92cf0188da8c59d8810df9f1925af3d46997110d4752d1ffff274a570694b94540e3f8a7d7b474f91ac1beedb257d05eb0e')
+sha512sums=('94be626e32573dbd20ce5f0a61acb5a5db9653d86257c9431851adc4fb487120c90a359dcf5c47cfe7f3646a47a703b133bada33500b658158004927277a22ac')
build() {
cd cppy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cppy/-/commit/b4742e282ff048f30577559d973fc88a76222a5f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cppy/-/commit/b4742e282ff048f30577559d973fc88a76222a5f
You're receiving this email because of your account on gitlab.archlinux.org.