summaryrefslogtreecommitdiff
path: root/dev-python/PyQt-builder
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-23 12:28:14 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-23 12:42:06 +0100
commitc2de024ba468a803c3f08e76e5aefc074c237c80 (patch)
tree531c43ecb33a4aafc52e47579937e6e48b6d8f07 /dev-python/PyQt-builder
parent6e067b8a75d6fc2c5395892ed04a15cf136af566 (diff)
downloadgentoo-c2de024ba468a803c3f08e76e5aefc074c237c80.tar.gz
gentoo-c2de024ba468a803c3f08e76e5aefc074c237c80.tar.bz2
gentoo-c2de024ba468a803c3f08e76e5aefc074c237c80.zip
Rename dev-python/{PyQt-builder → pyqt-builder}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyQt-builder')
-rw-r--r--dev-python/PyQt-builder/Manifest1
-rw-r--r--dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild35
-rw-r--r--dev-python/PyQt-builder/metadata.xml15
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
deleted file mode 100644
index 5382c18ca4a8..000000000000
--- a/dev-python/PyQt-builder/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyqt_builder-1.16.4.tar.gz 3672095 BLAKE2B ba81086b5c7d35a8e899c65e58b9aab12772f2845af099590e48dfaf597f3ab16a26985416f65711d60519878f148d4469a1c8cb1ca5e7b9d2f359ad571b0164 SHA512 8f92feeed1112e47845dd716de68dab2d0620e53bccdb7eb35d57e737110ef9f5e0fe338f064db21e052870b5c0a0c459ebe7d2933cd4854eebf63a1bc517652
diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild
deleted file mode 100644
index 67533013d421..000000000000
--- a/dev-python/PyQt-builder/PyQt-builder-1.16.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=PyQt-builder
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The PEP 517 compliant PyQt build system"
-HOMEPAGE="
- https://github.com/Python-PyQt/PyQt-builder/
- https://pypi.org/project/PyQt-builder/
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
-
-RDEPEND="
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/sip-6.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # skip installing DLLs
- rm -r pyqtbuild/bundle/dlls || die
-}
diff --git a/dev-python/PyQt-builder/metadata.xml b/dev-python/PyQt-builder/metadata.xml
deleted file mode 100644
index 097eeda6b6f5..000000000000
--- a/dev-python/PyQt-builder/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <changelog>https://github.com/Python-PyQt/PyQt-builder/blob/main/docs/releases.md</changelog>
- <doc>https://www.riverbankcomputing.com/static/Docs/PyQt-builder/</doc>
- <remote-id type="github">Python-PyQt/PyQt-builder</remote-id>
- <remote-id type="pypi">PyQt-builder</remote-id>
- </upstream>
-</pkgmetadata>