mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: python3-boto3-1.12.44
This commit is contained in:
parent
f6eb997291
commit
c06594e855
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-boto3/template
Normal file
18
srcpkgs/python3-boto3/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-boto3'
|
||||
pkgname=python3-boto3
|
||||
version=1.12.44
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="boto3-${version}"
|
||||
build_style=python3-module
|
||||
depends="python3"
|
||||
short_desc="Python interface to Amazon Web Services"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/boto/boto3"
|
||||
distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz"
|
||||
checksum=1d239fbe961efa2e85c0ec0fb9ad80dba3c70628f4d303dcb6841863d922ba4d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue