Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559034 - dev-python/pymediainfo new package request
Summary: dev-python/pymediainfo new package request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Proxy Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-28 13:50 UTC by Louis Sautier (sbraz)
Modified: 2015-12-21 23:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pymediainfo-1.4.0.ebuild (pymediainfo-1.4.0.ebuild,603 bytes, text/plain)
2015-08-28 13:50 UTC, Louis Sautier (sbraz)
Details
pymediainfo-1.4.0.ebuild (file_559034.txt,652 bytes, text/plain)
2015-12-21 22:37 UTC, Louis Sautier (sbraz)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Sautier (sbraz) gentoo-dev 2015-08-28 13:50:27 UTC
Created attachment 410518 [details]
pymediainfo-1.4.0.ebuild

Hi, this is a simple wrapper around mediainfo, here is the ebuild I wrote. Let me know if it needs fixing.
Comment 1 Louis Sautier (sbraz) gentoo-dev 2015-12-21 22:37:05 UTC
Created attachment 420108 [details]
pymediainfo-1.4.0.ebuild

Updated to include python 3.5.
Comment 2 Louis Sautier (sbraz) gentoo-dev 2015-12-21 22:38:23 UTC
I added the updated ebuild to include python 3.5; it obsoletes the previous one. I'm willing to proxy-maintain this package.
Comment 3 Patrice Clement gentoo-dev 2015-12-21 23:42:08 UTC
$ cat metadata.xml 
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>proxy-maintainers</herd>
  <maintainer>
          <email>sautier.louis@gmail.com</email>
          <name>Louis Sautier</name>
  </maintainer>
  <upstream>
          <remote-id type="pypi">pymediainfo</remote-id>
          <remote-id type="github">paltman/pymediainfo</remote-id>
  </upstream>
</pkgmetadata>

commit 93a8fa9 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Dec 21 23:39:08 2015 +0000

    dev-python/pymediainfo: Initial import. Fixes bug 559034.
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 create mode 100644 dev-python/pymediainfo/Manifest
 create mode 100644 dev-python/pymediainfo/metadata.xml
 create mode 100644 dev-python/pymediainfo/pymediainfo-1.4.0.ebuild

Louis, you're in charge of this package from now on. Have fun! :)