mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Release v0.1.0
This commit is contained in:
@@ -226,6 +226,7 @@ decman.user_packages.append(
|
|||||||
decman.UserPackage(
|
decman.UserPackage(
|
||||||
pkgname="decman-git",
|
pkgname="decman-git",
|
||||||
# Note, this example may not be up to date
|
# Note, this example may not be up to date
|
||||||
|
provides=["decman"],
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"],
|
dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"],
|
||||||
make_dependencies=[
|
make_dependencies=[
|
||||||
|
|||||||
@@ -81,8 +81,9 @@ class MyModule(Module):
|
|||||||
def user_packages(self) -> list[UserPackage]:
|
def user_packages(self) -> list[UserPackage]:
|
||||||
return [
|
return [
|
||||||
UserPackage(
|
UserPackage(
|
||||||
pkgname="decman",
|
pkgname="decman-git",
|
||||||
version="0.0.1",
|
version="0.1.0",
|
||||||
|
provides=["decman"],
|
||||||
dependencies=[
|
dependencies=[
|
||||||
"python",
|
"python",
|
||||||
"python-requests",
|
"python-requests",
|
||||||
|
|||||||
+3
-2
@@ -39,8 +39,9 @@ decman.config.makepkg_user = "kk"
|
|||||||
# This example may not be up to date, but you should keep these up to date with the PKGBUILD.
|
# This example may not be up to date, but you should keep these up to date with the PKGBUILD.
|
||||||
decman.user_packages.append(
|
decman.user_packages.append(
|
||||||
UserPackage(
|
UserPackage(
|
||||||
pkgname="decman",
|
pkgname="decman-git",
|
||||||
version="0.0.1",
|
version="0.1.0",
|
||||||
|
provides=["decman"],
|
||||||
dependencies=[
|
dependencies=[
|
||||||
"python",
|
"python",
|
||||||
"python-requests",
|
"python-requests",
|
||||||
|
|||||||
+2
-1
@@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "decman"
|
name = "decman"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
description = "Declarative package & configuration manager for Arch Linux."
|
description = "Declarative package & configuration manager for Arch Linux."
|
||||||
|
license = {file = "LICENSE"}
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Kivi Kaitaniemi"}
|
{name = "Kivi Kaitaniemi"}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user