Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-smmap 1:3.0.5-1: Upgrade to 3.0.5.
Browse files Browse the repository at this point in the history
Switch to current signing key in use by upstream.
gitpython-developers/smmap#45
Analoguous to python-gitpython a hardware failure forced the use of a new key:
gitpython-developers/GitPython#1055

git-svn-id: file:///srv/repos/svn-community/svn@829687 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
dvzrv authored and svntogit committed Jan 25, 2021
1 parent bb5a8ce commit 3d842c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

_name=smmap
pkgname=python-smmap
pkgver=3.0.4
pkgrel=3
pkgver=3.0.5
pkgrel=1
epoch=1
pkgdesc="A pure git implementation of a sliding window memory map manager"
arch=('any')
Expand All @@ -16,9 +16,11 @@ depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
sha512sums=('da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe'
sha512sums=('82d0167ba439164b5b9e6ca6081558b7f32af364f7935aa40500b34ca80e0fcf8d014e53eb2963e189d28ef18c8dd48da0b515392d149608fc3179fae3f69ee1'
'SKIP')
validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!) <[email protected]>
b2sums=('ccc36c33e9239f69a41eff291dcde7e455a84d886c2b087464b1b084ad8506b9d0f862b083635d51465089564edbd27ed0b7c9c5a0d1e58605b3db6f84dea857'
'SKIP')
validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel (In Rust I trust!) <[email protected]>

prepare() {
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
Expand All @@ -38,7 +40,6 @@ package() {
cd "${pkgname}-${pkgver}"
python setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
--root="${pkgdir}"
install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
Expand Down

0 comments on commit 3d842c8

Please sign in to comment.