git subrepo clone https://aur.archlinux.org/python-hkdf
subrepo: subdir: "python-hkdf" merged: "0084d22" upstream: origin: "https://aur.archlinux.org/python-hkdf" branch: "master" commit: "0084d22" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
This commit is contained in:
parent
79a09a732b
commit
21169d9869
14
python-hkdf/.SRCINFO
Normal file
14
python-hkdf/.SRCINFO
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
pkgbase = python-hkdf
|
||||||
|
pkgdesc = This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01
|
||||||
|
pkgver = 0.0.3
|
||||||
|
pkgrel = 4
|
||||||
|
url = https://pypi.python.org/packages/c3/be/hkdf-0.0.3
|
||||||
|
arch = any
|
||||||
|
license = BSD
|
||||||
|
makedepends = python-setuptools
|
||||||
|
depends = python
|
||||||
|
source = https://pypi.python.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-0.0.3.tar.gz
|
||||||
|
sha256sums = 622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
|
||||||
|
|
||||||
|
pkgname = python-hkdf
|
||||||
|
|
12
python-hkdf/.gitrepo
Normal file
12
python-hkdf/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; DO NOT EDIT (unless you know what you are doing)
|
||||||
|
;
|
||||||
|
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||||
|
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||||
|
;
|
||||||
|
[subrepo]
|
||||||
|
remote = https://aur.archlinux.org/python-hkdf
|
||||||
|
branch = master
|
||||||
|
commit = 0084d2283f665717fa18bea4c9c47d8e82f68118
|
||||||
|
parent = 79a09a732b2697a14c2cf07ef62935e23d755822
|
||||||
|
method = merge
|
||||||
|
cmdver = 0.4.1
|
25
python-hkdf/PKGBUILD
Normal file
25
python-hkdf/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Maintainer: Storm Dragon <stormdragon2976@gmail.com>
|
||||||
|
# Co-Maintainer: Maxime "pep" Buquet <archlinux@bouah.net>
|
||||||
|
|
||||||
|
pkgname='python-hkdf'
|
||||||
|
pkgver=0.0.3
|
||||||
|
pkgrel=4
|
||||||
|
pkgdesc="This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01"
|
||||||
|
arch=('any')
|
||||||
|
url="https://pypi.python.org/packages/c3/be/hkdf-${pkgver}"
|
||||||
|
license=('BSD')
|
||||||
|
depends=('python')
|
||||||
|
makedepends=('python-setuptools')
|
||||||
|
source=("https://pypi.python.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${pkgver}.tar.gz")
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}/${pkgname#python-}-${pkgver}"
|
||||||
|
python setup.py build
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}/${pkgname#python-}-${pkgver}"
|
||||||
|
python setup.py install --root="${pkgdir}/" --optimize=1
|
||||||
|
}
|
||||||
|
|
||||||
|
sha256sums=('622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca')
|
Loading…
Reference in New Issue
Block a user