From 1ac77e4b50f7501eeb361b2074f81256949c6733 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Jul 2026 11:51:56 +0200 Subject: fix: constrain wheel to hyprsunset_qt package, bump to 0.1.1 setuptools flat-layout auto-discovery failed the build: it saw data/, SlackBuild/ and hyprsunset_qt/ as competing top-level packages. Pin packages=["hyprsunset_qt"] and switch license to an SPDX string. Co-Authored-By: Claude Opus 4.8 --- SlackBuild/hyprsunset-qt.SlackBuild | 2 +- SlackBuild/hyprsunset-qt.info | 6 +++--- pyproject.toml | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SlackBuild/hyprsunset-qt.SlackBuild b/SlackBuild/hyprsunset-qt.SlackBuild index c746b7c..62bee7f 100644 --- a/SlackBuild/hyprsunset-qt.SlackBuild +++ b/SlackBuild/hyprsunset-qt.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hyprsunset-qt -VERSION=${VERSION:-0.1.0} +VERSION=${VERSION:-0.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/SlackBuild/hyprsunset-qt.info b/SlackBuild/hyprsunset-qt.info index a6a7e97..a5fe3a8 100644 --- a/SlackBuild/hyprsunset-qt.info +++ b/SlackBuild/hyprsunset-qt.info @@ -1,8 +1,8 @@ PRGNAM="hyprsunset-qt" -VERSION="0.1.0" +VERSION="0.1.1" HOMEPAGE="https://git.danix.xyz/hyprsunset-qt/" -DOWNLOAD="https://git.danix.xyz/hyprsunset-qt/snapshot/hyprsunset-qt-0.1.0.tar.gz" -MD5SUM="8dbd938588ea46d09b2924d7e322be28" +DOWNLOAD="https://git.danix.xyz/hyprsunset-qt/snapshot/hyprsunset-qt-0.1.1.tar.gz" +MD5SUM="00000000000000000000000000000000" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/pyproject.toml b/pyproject.toml index 6214ca8..23d0db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,17 @@ [project] name = "hyprsunset-qt" -version = "0.1.0" +version = "0.1.1" description = "Qt6 GUI for hyprsunset" requires-python = ">=3.11" -license = { text = "GPL-2.0-only" } +license = "GPL-2.0-only" dependencies = ["PyQt6"] [project.scripts] hyprsunset-qt = "hyprsunset_qt.__main__:main" +[tool.setuptools] +packages = ["hyprsunset_qt"] + [build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" -- cgit v1.2.3