pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42302: missing py-elixir in pkgsrc



The following reply was made to PR pkg/42302; it has been noted by GNATS.

From: Fredrik Pettai <pettai%nordu.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/42302: missing py-elixir in pkgsrc
Date: Tue, 10 Nov 2009 21:22:15 +0100

 On 11/10/09 7:50 PM, Joerg Sonnenberger wrote:
 > The following reply was made to PR pkg/42302; it has been noted by GNATS.
 >
 > From: Joerg Sonnenberger<joerg%britannica.bec.de@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
 > pkgsrc-bugs%netbsd.org@localhost,
 >      pettai%nordu.net@localhost
 > Subject: Re: pkg/42302: missing py-elixir in pkgsrc
 > Date: Tue, 10 Nov 2009 19:48:52 +0100
 >
 >   On Tue, Nov 10, 2009 at 04:25:02PM +0000, Fredrik Pettai wrote:
 >   >   >  Obviously incomplete PLIST...
 >   >
 >   >   I can't see why. It was made via make print-PLIST and make
 >   >   PKG_DEVELOPER=yes install doesn't complain.
 >   >   Could you please tell how to make it correct, so I don't need to send
 >   >   in more incomplete PLISTs
 >
 >   Well, why is it only including .pyc and .pyo? print-PLIST without
 >   USE_DESTDIR=yes will filter out files older than the start of the build.
 
 Thanks, that explains it.
 
 Appending corrected PLIST patch
 
 --- PLIST.orig  2009-11-10 21:20:37.000000000 +0100
 +++ PLIST       2009-11-10 21:17:18.000000000 +0100
 @@ -4,35 +4,51 @@
   ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
   ${PYSITELIB}/${EGG_INFODIR}/requires.txt
   ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 +${PYSITELIB}/elixir/__init__.py
   ${PYSITELIB}/elixir/__init__.pyc
   ${PYSITELIB}/elixir/__init__.pyo
 +${PYSITELIB}/elixir/collection.py
   ${PYSITELIB}/elixir/collection.pyc
   ${PYSITELIB}/elixir/collection.pyo
 +${PYSITELIB}/elixir/entity.py
   ${PYSITELIB}/elixir/entity.pyc
   ${PYSITELIB}/elixir/entity.pyo
 +${PYSITELIB}/elixir/events.py
   ${PYSITELIB}/elixir/events.pyc
   ${PYSITELIB}/elixir/events.pyo
 +${PYSITELIB}/elixir/ext/__init__.py
   ${PYSITELIB}/elixir/ext/__init__.pyc
   ${PYSITELIB}/elixir/ext/__init__.pyo
 +${PYSITELIB}/elixir/ext/associable.py
   ${PYSITELIB}/elixir/ext/associable.pyc
   ${PYSITELIB}/elixir/ext/associable.pyo
 +${PYSITELIB}/elixir/ext/encrypted.py
   ${PYSITELIB}/elixir/ext/encrypted.pyc
   ${PYSITELIB}/elixir/ext/encrypted.pyo
 +${PYSITELIB}/elixir/ext/list.py
   ${PYSITELIB}/elixir/ext/list.pyc
   ${PYSITELIB}/elixir/ext/list.pyo
 +${PYSITELIB}/elixir/ext/perform_ddl.py
   ${PYSITELIB}/elixir/ext/perform_ddl.pyc
   ${PYSITELIB}/elixir/ext/perform_ddl.pyo
 +${PYSITELIB}/elixir/ext/versioned.py
   ${PYSITELIB}/elixir/ext/versioned.pyc
   ${PYSITELIB}/elixir/ext/versioned.pyo
 +${PYSITELIB}/elixir/fields.py
   ${PYSITELIB}/elixir/fields.pyc
   ${PYSITELIB}/elixir/fields.pyo
 +${PYSITELIB}/elixir/options.py
   ${PYSITELIB}/elixir/options.pyc
   ${PYSITELIB}/elixir/options.pyo
 +${PYSITELIB}/elixir/properties.py
   ${PYSITELIB}/elixir/properties.pyc
   ${PYSITELIB}/elixir/properties.pyo
 +${PYSITELIB}/elixir/py23compat.py
   ${PYSITELIB}/elixir/py23compat.pyc
   ${PYSITELIB}/elixir/py23compat.pyo
 +${PYSITELIB}/elixir/relationships.py
   ${PYSITELIB}/elixir/relationships.pyc
   ${PYSITELIB}/elixir/relationships.pyo
 +${PYSITELIB}/elixir/statements.py
   ${PYSITELIB}/elixir/statements.pyc
   ${PYSITELIB}/elixir/statements.pyo
 


Home | Main Index | Thread Index | Old Index