Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
f92bdb75
Unverified
Commit
f92bdb75
authored
2 years ago
by
Patrycja Rosa
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-mdit-py-plugins: new aport
parent
b8e39374
No related branches found
No related tags found
1 merge request
!32211
community/py3-pip: upgrade to 22.0.4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-mdit-py-plugins/APKBUILD
+31
-0
31 additions, 0 deletions
community/py3-mdit-py-plugins/APKBUILD
with
31 additions
and
0 deletions
community/py3-mdit-py-plugins/APKBUILD
0 → 100644
+
31
−
0
View file @
f92bdb75
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname
=
py3-mdit-py-plugins
pkgver
=
0.3.0
pkgrel
=
0
pkgdesc
=
"Collection of core plugins for markdown-it-py"
url
=
"https://mdit-py-plugins.readthedocs.io/"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3 py3-markdown-it-py"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-pytest"
source
=
"https://github.com/executablebooks/mdit-py-plugins/archive/v
$pkgver
/py3-mdit-py-plugins-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/mdit-py-plugins-
$pkgver
"
options
=
"!check"
# needs py3-pytest-regressions
build
()
{
python3 setup.py build
}
check
()
{
PYTHONPATH
=
build/lib pytest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
dd6aa738c6d93e45437326b1be52e0a9fc411aa3beacb61690919c272979c97ac1b38116b1ebb01c7d8fe724d4af9621c81ccd45131a690df8a2c0c325eef0e8 py3-mdit-py-plugins-0.3.0.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment