python313Packages.recurring-ical-events: 3.4.1 -> 3.6.0
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/refs/tags/v3.4.1...v3.6.0 Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v3.6.0/README.rst#changelog
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
git,
|
||||
hatch-vcs,
|
||||
hatchling,
|
||||
icalendar,
|
||||
python-dateutil,
|
||||
tzdata,
|
||||
@@ -16,20 +17,25 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "recurring-ical-events";
|
||||
version = "3.4.1";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
version = "3.6.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "niccokunzmann";
|
||||
repo = "python-recurring-ical-events";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-JhGKowFtRJwLj/5J1lNpgMTl1d+oWsmV4wI3hfOW5io=";
|
||||
hash = "sha256-wfp/ubFZv54z2d44hvG56xcCjGedYqW/zeNvaoPPJYE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'dynamic = ["urls", "version"]' 'version = "${version}"'
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
hatch-vcs
|
||||
hatchling
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
icalendar
|
||||
|
||||
Reference in New Issue
Block a user