惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
Engineering at Meta
Engineering at Meta
腾讯CDC
宝玉的分享
宝玉的分享
H
Help Net Security
I
InfoQ
博客园 - Franky
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
博客园_首页
美团技术团队
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
The Cloudflare Blog
博客园 - 司徒正美
Vercel News
Vercel News
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
月光博客
月光博客

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - mopidy-moped
2026-06-12 · via AUR Newest Packages

Latest Comments

trygveaa commented on 2020-04-13 12:05 (UTC)

MarcinWieczorek: Does Moped actually work with Python 3? I see that it hasn't been updated for it.

Anyways, I disowned this package, so if you or anyone else want to take it and update it, please do.

MarcinWieczorek commented on 2019-12-30 19:18 (UTC)

This patch works on mopidy 3.

diff --git a/PKGBUILD b/PKGBUILD
index 56e8436..2a2710e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
 # Maintainer: Trygve Aaberge <trygveaa+aur at gmail dot com>

 pkgname=mopidy-moped
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Responsive Web client for Mopidy"
 arch=('any')
 url="https://github.com/martijnboland/moped"
 license=('APACHE')
-depends=('python2' 'mopidy>=0.19')
-makedepends=('python2' 'python2-setuptools')
-source=("https://github.com/martijnboland/moped/archive/v${pkgver}.tar.gz")
-md5sums=('2529d63d3404ab613a265979677c6fb0')
+depends=('python' 'mopidy>=3.0.0')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/martijnboland/moped/archive/v${pkgver}.tar.gz")
+md5sums=('da2a2f95c6a9c80a83986084e6db0d38')

 package() {
   cd "${srcdir}/moped-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  python setup.py install --root="${pkgdir}/" --optimize=1

   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

trygveaa commented on 2015-07-07 00:57 (UTC)

I have changed to using github, and updated to the newest version. Sorry for the slow response.

thelinuxguy commented on 2015-05-04 21:28 (UTC)

this is out of date. You can use the releases provided in github directly: https://github.com/martijnboland/moped/archive/v0.5.0.tar.gz

<deleted-account> commented on 2014-11-02 21:15 (UTC)