mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-dbus: remove unused package
This commit is contained in:
parent
16601d4e43
commit
04451d40f8
3 changed files with 2 additions and 32 deletions
|
@ -1,30 +0,0 @@
|
|||
# Template file for 'python-dbus'
|
||||
pkgname=python-dbus
|
||||
version=1.2.18
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="libglib-devel python-devel"
|
||||
depends="python dbus"
|
||||
checkdepends="${depends} python-gobject"
|
||||
short_desc="D-Bus Python2 bindings"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||
distfiles="https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz"
|
||||
checksum=92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120acf7260
|
||||
lib32disabled=yes
|
||||
|
||||
export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py2_inc}"
|
||||
export PYTHON_EXTRA_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py2_ver}"
|
||||
export PYTHON_VERSION="${py2_ver}"
|
||||
|
||||
post_install() {
|
||||
vcopy dbus_python.egg-info "${py2_sitelib}/dbus_python-${version}-py${py2_ver}.egg-info"
|
||||
|
||||
vlicense COPYING
|
||||
|
||||
# Conflict with python3-dbus-devel.
|
||||
rm ${DESTDIR}/usr/include/dbus-1.0/dbus/dbus-python.h \
|
||||
${DESTDIR}/usr/lib/pkgconfig/dbus-python.pc
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
pkgname="dbus-python"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20230926
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -501,6 +501,7 @@ replaces="
|
|||
python-coverage<=5.0.3_3
|
||||
python-crypto<=3.9.7_3
|
||||
python-cryptography_vectors<=3.3.2_1
|
||||
python-dbus<=1.2.18_3
|
||||
python-distutils-extra<=2.39_8
|
||||
python-docutils<=0.16_3
|
||||
python-enchant<=2.0.0_4
|
||||
|
|
Loading…
Add table
Reference in a new issue