Skip to content

add: python3-nuitka#8801

Open
aKqir24 wants to merge 6 commits into
pacstall:masterfrom
aKqir24:add-python3-nuitka
Open

add: python3-nuitka#8801
aKqir24 wants to merge 6 commits into
pacstall:masterfrom
aKqir24:add-python3-nuitka

Conversation

@aKqir24
Copy link
Copy Markdown
Contributor

@aKqir24 aKqir24 commented May 21, 2026

No description provided.

github-actions Bot and others added 3 commits May 8, 2026 12:04
Co-authored-by: aKqir24 <142222025+aKqir24@users.noreply.github.com>
Co-authored-by: aKqir24 <142222025+aKqir24@users.noreply.github.com>
@github-actions github-actions Bot added the Package Add Use this to request a package to be added label May 21, 2026
@aKqir24 aKqir24 force-pushed the add-python3-nuitka branch 2 times, most recently from e66b885 to de4b8db Compare May 21, 2026 00:44
@aKqir24 aKqir24 marked this pull request as ready for review May 21, 2026 00:44
@aKqir24 aKqir24 force-pushed the add-python3-nuitka branch from d6e5604 to 6e4f739 Compare May 23, 2026 00:55
pkgname="nuitka-git"
pkgver="2.4.6.r61.g58d849260"
pkgrel="1"
pkgdesc="A Python compiler"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pkgdesc="A Python compiler"
pkgdesc="Python compiler"

Comment on lines +38 to +45
pkgver() {
cd "Nuitka"

_tag=$(git tag -l --sort -v:refname | grep -E '^v?[0-9\.]+$' | head -n1)
_rev=$(git rev-list --count "${_tag}"..HEAD)
_hash=$(git rev-parse --short HEAD)
printf "%s.r%s.g%s" "${_tag}" "${_rev}" "${_hash}" | sed 's/^v//'
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a pacscript function.

aKqir24 and others added 2 commits May 30, 2026 23:32
Removed pkgrel and updated pkgdesc in pacscript.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Package Add Use this to request a package to be added

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants