Skip to content

Commit

Permalink
user/python-dotty-dict: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
juliekoubova committed Jan 19, 2025
1 parent cfd2e7a commit 01921e3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions user/python-dotty-dict/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkgname = "python-dotty-dict"
pkgver = "1.3.1"
pkgrel = 0
build_style = "python_pep517"
hostmakedepends = [
"python-build",
"python-installer",
"python-setuptools",
"python-poetry-core",
]
depends = ["python"]
pkgdesc = "Dictionary wrapper for quick access to deeply nested keys"
maintainer = "Julie Koubova <[email protected]>"
license = "MIT"
url = "https://github.com/pawelzny/dotty_dict"
source = f"$(PYPI_SITE)/d/dotty-dict/dotty_dict-{pkgver}.tar.gz"
sha256 = "4b016e03b8ae265539757a53eba24b9bfda506fb94fbce0bee843c6f05541a15"
# no tests
options = ["!check"]

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


0 comments on commit 01921e3

Please sign in to comment.