Skip to content

Commit

Permalink
user/python-loguru: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
supermikea committed Dec 5, 2024
1 parent d72a7f1 commit a459cab
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions user/python-loguru/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
pkgname = "python-loguru"
pkgver = "0.7.2"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-flit_core",
"python-setuptools",
"python-wheel",
]
depends = ["python"]
checkdepends = [
"python-colorama",
"python-freezegun",
"python-pytest",
"python-mypy",
]
pkgdesc = "Python logging library"
maintainer = "supermikea <mikewiegmanavila@keemail.me>"
license = "MIT"
url = "https://github.com/Delgan/loguru"
source = f"$(PYPI_SITE)/l/loguru/loguru-{pkgver}.tar.gz"
sha256 = "e671a53522515f34fd406340ee968cb9ecafbc4b36c679da03c18fd8d0bd51ac"


def post_install(self):
self.install_license("LICENSE")

0 comments on commit a459cab

Please sign in to comment.