From 069702bbba173d6bdcf74409a6222e5519ff3bce Mon Sep 17 00:00:00 2001 From: rayfadh Date: Sun, 26 Jul 2026 17:17:35 +0800 Subject: [PATCH 1/3] New package: python3-pyasynchat-1.0.5 --- srcpkgs/python3-pyasynchat/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-pyasynchat/template diff --git a/srcpkgs/python3-pyasynchat/template b/srcpkgs/python3-pyasynchat/template new file mode 100644 index 00000000000000..034bccddde1382 --- /dev/null +++ b/srcpkgs/python3-pyasynchat/template @@ -0,0 +1,13 @@ +# Template file for 'python3-pyasynchat' +pkgname=python3-pyasynchat +version=1.0.5 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-pyasyncore" +short_desc="Make asynchat available for Python 3.12 onwards" +maintainer="rayfadh " +license="PSF-2.0" +homepage="https://github.com/simonrob/pyasynchat" +distfiles="https://github.com/simonrob/pyasynchat/archive/refs/tags/v${version}.tar.gz" +checksum=9ce690e4192fc0e4311dcb10fe1ba0ec92f36f8916e3c16065b977b70d555aea From 874bee2ce40f568a6b18e81827f6a219c637af05 Mon Sep 17 00:00:00 2001 From: rayfadh Date: Sun, 26 Jul 2026 17:17:57 +0800 Subject: [PATCH 2/3] New package: python3-pyftpdlib-2.2.0 --- srcpkgs/python3-pyftpdlib/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-pyftpdlib/template diff --git a/srcpkgs/python3-pyftpdlib/template b/srcpkgs/python3-pyftpdlib/template new file mode 100644 index 00000000000000..3f952789397623 --- /dev/null +++ b/srcpkgs/python3-pyftpdlib/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pyftpdlib' +pkgname=python3-pyftpdlib +version=2.2.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3 python3-pyasyncore python3-pyasynchat" +short_desc="Very fast asynchronous FTP server library" +maintainer="rayfadh " +license="MIT" +homepage="https://github.com/giampaolo/pyftpdlib" +changelog="https://raw.githubusercontent.com/giampaolo/pyftpdlib/refs/heads/master/HISTORY.rst" +distfiles="https://github.com/giampaolo/pyftpdlib/archive/refs/tags/release-${version}.tar.gz" +checksum=70098f1f30cb5af6bca24f5d09042811942192eb420206650f5360c33311fa56 + +post_install() { + vlicense LICENSE +} From 23a9b95ba88350d4b05c5c9a3f1a2be9b5483fd1 Mon Sep 17 00:00:00 2001 From: rayfadh Date: Sun, 26 Jul 2026 17:18:27 +0800 Subject: [PATCH 3/3] New package: copyparty-1.20.21 --- srcpkgs/copyparty/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/copyparty/template diff --git a/srcpkgs/copyparty/template b/srcpkgs/copyparty/template new file mode 100644 index 00000000000000..b65ce167531a87 --- /dev/null +++ b/srcpkgs/copyparty/template @@ -0,0 +1,19 @@ +# Template file for 'copyparty' +pkgname=copyparty +version=1.20.21 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3 python3-Jinja2 python3-Pillow python3-paramiko python3-openssl + python3-argon2 python3-pyzmq python3-mutagen python3-pyftpdlib" +short_desc="Portable multi-protocol file server" +maintainer="rayfadh " +license="MIT" +homepage="https://github.com/9001/copyparty" +changelog="https://github.com/9001/copyparty/releases" +distfiles="https://github.com/9001/copyparty/archive/refs/tags/v${version}.tar.gz" +checksum=e9323a63a76f6717c1fdca97a9d8c89b916794d4f5a67d89e1c926032c38c672 + +post_install() { + vlicense LICENSE +}