mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
New package: autopep8-1.4.4
This commit is contained in:
parent
210c4ded44
commit
ef3f584525
1 changed files with 17 additions and 0 deletions
17
srcpkgs/autopep8/template
Normal file
17
srcpkgs/autopep8/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'autopep8'
|
||||||
|
pkgname=autopep8
|
||||||
|
version=1.4.4
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-pycodestyle"
|
||||||
|
depends="python3-pycodestyle"
|
||||||
|
short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
|
||||||
|
maintainer="k4leg <d0xi@inbox.ru>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/hhatto/autopep8"
|
||||||
|
distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue