Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: aria2p-0.12.1 #53708

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/aria2p/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'aria2p'
pkgname=aria2p
version=0.12.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools python3-pdm-backend"
makedepends="python3-devel"
depends="python3-loguru python3-platformdirs python3-requests
python3-websocket-client python3-idna python3-charset-normalizer
python3-urllib3 python3-pyfiglet python3-wcwidth python3-pyperclip
python3-requests python3-asciimatics aria2"
short_desc="Command-line tool and library to interact with an aria2c daemon"
maintainer="elbachir-one <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/pawamoy/aria2p"
changelog="https://raw.githubusercontent.com/pawamoy/aria2p/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/pawamoy/aria2p/archive/refs/tags/${version}.tar.gz"
checksum=799ba37bda9e02df6a77b8023c42214f8cd0b73d2cb41f77e55814739f29d97c
15 changes: 15 additions & 0 deletions srcpkgs/python3-asciimatics/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Template file for 'python3-asciimatics'
pkgname=python3-asciimatics
version=1.15.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="python3-devel"
depends="python3-Pillow python3-pyfiglet python3-wcwidth"
short_desc="Cross platform package to do curses-like operations"
maintainer="elbachir-one <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/peterbrittain/asciimatics"
changelog="https://raw.githubusercontent.com/peterbrittain/asciimatics/refs/heads/master/CHANGES.rst"
distfiles="$PYPI_SITE/a/asciimatics/asciimatics-${version}.tar.gz"
checksum=cfdd398042727519d8b73e62b8ef82c0becfed4eb420899c3b96c98d0b96821a
Loading