Search Criteria
Package Details: python-m2r2 0.3.3.post2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-m2r2.git (read-only, click to copy) |
---|---|
Package Base: | python-m2r2 |
Description: | Markdown and reStructuredText in a single file |
Upstream URL: | https://github.com/crossnox/m2r2 |
Licenses: | MIT |
Submitter: | lmartinez-mirror |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-09 18:27 (UTC) |
Last Updated: | 2024-08-29 15:49 (UTC) |
Dependencies (9)
- python-docutils
- python-mistune1AUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-six (check)
- python-sphinx (python-sphinx-gitAUR) (check)
Required by (3)
- formiko-git (optional)
- nrf-connect-sdk-installer (optional)
- python-dephell
Latest Comments
bkb commented on 2023-06-09 17:28 (UTC)
If you want to escape the hell that freeze whole pacman
:: removing python-mistune1 breaks dependency 'python-mistune1' required by python-m2r2
dreieck commented on 2023-05-04 13:12 (UTC)
Since this package installes the
/usr/bin/m2r
executable, can you addprovides=("m2r=${pkgver}")
andconflicts=('m2r')
,please?
Thanks for maintaining!
ModYokosuka commented on 2022-10-01 22:16 (UTC)
After digging into this situation... upstream seems dead. it might be best to work together with this package. https://aur.archlinux.org/packages/python-m2r2. Using this package to forward out the old m2r interface from m2r2 is pretty simple to do and m2r2 is maintained.
ModYokosuka commented on 2022-09-30 17:30 (UTC)
I am having problems with this package. This pull request has a bunch of listed issues. https://github.com/miyakogi/m2r/pull/67
lmartinez-mirror commented on 2022-09-23 16:59 (UTC)
You're right; this doesn't actually provide
m2r
. I'll just remove that line.ChrisMorgan commented on 2022-09-05 10:36 (UTC) (edited on 2022-09-05 15:27 (UTC) by ChrisMorgan)
This should not provide python-m2r since it’s installed under a different name, and won’t make
import m2r
work.Mind you, an additional package that just reexports all of m2r2 as m2r is handy. I wrote this (but won’t publish it now since it depends on the removal of the incorrect
provides
line in this package, and will need to be updated along with python-m2r2, though I didn’t put an exact version dependency, for better or for worse; feel free to publish it yourself when you fix this, that way it’s maintained by one person):lmartinez-mirror commented on 2022-03-28 20:54 (UTC)
Couldn't reproduce in a clean chroot. What does your Python setup look like?
AchmadFathoni commented on 2022-03-28 05:39 (UTC)