telepathy-python: drop

- Python 2 only
- Last release was 2010
- Telepathy doesn't even list this package in their components page
This commit is contained in:
Đoàn Trần Công Danh 2020-10-04 09:32:26 +07:00
parent 5e8cdab30d
commit a31790b9aa
2 changed files with 0 additions and 36 deletions

View file

@ -1,17 +0,0 @@
diff --git a/src/Makefile.am b/src/Makefile.am
index 135f2f0..ede1fc3 100644
--- src/Makefile.am
+++ src/Makefile.am
@@ -13,10 +13,12 @@ telepathy_PYTHON = \
spec_dir = $(top_srcdir)/spec
spec_files := $(patsubst $(spec_dir)%.xml,_generated%.py,$(wildcard $(spec_dir)/*.xml))
+# We leave _generated/errors.py out of here because there exists a
+# spec/errors.xml file, so that means there'll be a
+# _generated/errors.py in $(spec_files). See fd.o#32526
BUILT_SOURCES = \
_generated/interfaces.py \
_generated/constants.py \
- _generated/errors.py \
_generated/__init__.py \
$(spec_files)

View file

@ -1,19 +0,0 @@
# Template file for 'telepathy-python'
pkgname=telepathy-python
version=0.15.19
revision=7
archs=noarch
build_style=gnu-configure
pycompile_module="telepathy"
hostmakedepends="automake python libxslt"
depends="python python-dbus"
short_desc="Python libraries for use in Telepathy clients and connection managers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1"
homepage="http://telepathy.freedesktop.org"
distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376
pre_configure() {
autoreconf -if
}