mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python-ipython_genutils: drop package
This commit is contained in:
parent
651f8e96c1
commit
3a41cb2ada
3 changed files with 19 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-ipython_genutils'
|
|
||||||
pkgname=python-ipython_genutils
|
|
||||||
version=0.2.0
|
|
||||||
revision=3
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="ipython_genutils-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="ipython_genutils"
|
|
||||||
short_desc="Vestigial utilities from IPython (Python2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
homepage="https://github.com/ipython/ipython_genutils"
|
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/i/ipython_genutils/ipython_genutils-${version}.tar.gz"
|
|
||||||
checksum=eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING.md LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-ipython_genutils_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="ipython_genutils"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense COPYING.md LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-ipython_genutils
|
|
19
srcpkgs/python3-ipython_genutils/template
Normal file
19
srcpkgs/python3-ipython_genutils/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-ipython_genutils'
|
||||||
|
pkgname=python3-ipython_genutils
|
||||||
|
version=0.2.0
|
||||||
|
revision=4
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="ipython_genutils-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Vestigial utilities from IPython"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/ipython/ipython_genutils"
|
||||||
|
distfiles="${PYPI_SITE}/i/ipython_genutils/ipython_genutils-${version}.tar.gz"
|
||||||
|
checksum=eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING.md LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue