mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 00:13:11 +01:00
Updated: 1.1.0
This commit is contained in:
parent
350250ba44
commit
6b668abac6
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = python-diwire
|
||||
pkgdesc = A lightweight, type-safe dependency injection container with automatic wiring, scoped lifetimes, and zero dependencies
|
||||
pkgver = 1.0.2
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/maksimzayats/diwire
|
||||
arch = any
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = python-diwire
|
|||
depends = python-fastapi
|
||||
depends = python-typing_extensions
|
||||
depends = python-pytest
|
||||
source = https://files.pythonhosted.org/packages/source/d/diwire/diwire-1.0.2.tar.gz
|
||||
sha256sums = c14ecad52243b27289d434d62f3b64b235dea47f461385dfd126b93932822d04
|
||||
source = https://files.pythonhosted.org/packages/source/d/diwire/diwire-1.1.0.tar.gz
|
||||
sha256sums = 81f1bef6407a1ec3b4abf81485abed4852f36b47b5dd02c865c0c585b35045a1
|
||||
|
||||
pkgname = python-diwire
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
|
||||
|
||||
_upstreamver='1.0.2'
|
||||
_upstreamver='1.1.0'
|
||||
_upstreamver_regex='^[0-9]+\.[0-9]+\.[0-9]+$'
|
||||
_source_type='pypi-releases'
|
||||
_pypi_package='diwire'
|
||||
|
|
@ -18,7 +18,7 @@ makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer
|
|||
depends=('python' 'python-pydantic' 'python-pydantic-settings' 'python-fastapi' 'python-typing_extensions' 'python-pytest')
|
||||
|
||||
source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${pkgver}.tar.gz")
|
||||
sha256sums=('c14ecad52243b27289d434d62f3b64b235dea47f461385dfd126b93932822d04')
|
||||
sha256sums=('81f1bef6407a1ec3b4abf81485abed4852f36b47b5dd02c865c0c585b35045a1')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue